Searched refs:quit (Results 1 – 25 of 83) sorted by relevance
1234
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServer.cpp | 33 bool &quit) { return this->Handle_QErrorStringEnable(packet); }); in GDBRemoteCommunicationServer() argument 46 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) { in GetPacketAndSendResponse() argument 60 quit = true; in GetPacketAndSendResponse() 72 packet_result = handler_it->second(packet, error, interrupt, quit); in GetPacketAndSendResponse() 78 quit = true; in GetPacketAndSendResponse() 86 quit = true; in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationServer.h | 32 Status &error, bool &interrupt, bool &quit)>; 45 bool &quit);
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/multiline-navigation/ |
| H A D | TestMultilineNavigation.py | 39 self.quit() 71 self.quit() 104 self.quit()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/ |
| H A D | exit.test | 3 # RUN: %lldb -o 'script quit' | FileCheck %s --check-prefix SILENT 4 # RUN: %lldb -o 'script quit()' | FileCheck %s --check-prefix SILENT 17 # RUN: %lldb -o 'script quit(100+23)' | FileCheck %s --check-prefix VERBOSE
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 8 def PromptOnQuit: Property<"prompt-on-quit", "Boolean">, 11 …tting if there are any live processes being debugged. If false, LLDB will quit without asking in a… 12 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">, 18 …larly useful when you can't set the session file, for example when using `save-session-on-quit`.">;
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/autosuggestion/ |
| H A D | TestAutosuggestion.py | 37 self.quit() 105 self.quit() 121 self.quit()
|
| /llvm-project-15.0.7/lldb/test/API/iohandler/sigint/ |
| H A D | TestIOHandlerPythonREPLSigint.py | 52 self.quit() 74 self.quit()
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/ |
| H A D | print.test | 11 quit 14 quit
|
| /llvm-project-15.0.7/lldb/examples/customization/import-python/ |
| H A D | README | 26 (lldb) quit 38 (lldb) quit
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
| H A D | globals-bss.lldbinit | 3 quit
|
| H A D | locate-pdb.lldbinit | 2 quit
|
| H A D | subfield_register_simple_type.lldbinit | 2 quit
|
| H A D | disassembly.lldbinit | 2 quit
|
| H A D | ast-methods.lldbinit | 5 quit
|
| H A D | source-list.lldbinit | 3 quit
|
| H A D | lookup-by-types.lldbinit | 4 quit
|
| H A D | break-by-line.lldbinit | 3 quit
|
| H A D | stack_unwinding01.lldbinit | 8 quit
|
| H A D | function-types-calling-conv.lldbinit | 7 quit
|
| H A D | ast-functions.lldbinit | 8 quit
|
| H A D | break-by-function.lldbinit | 6 quit
|
| /llvm-project-15.0.7/clang/test/Interpreter/ |
| H A D | sanity.c | 18 %quit
|
| H A D | plugins.cpp | 9 %quit
|
| H A D | execute-weak.cpp | 13 %quit
|
| /llvm-project-15.0.7/lldb/test/Shell/Quit/ |
| H A D | TestQuitExitCodeTooManyArgs.test | 4 // CHECK: Too many arguments for 'quit'
|
1234