Home
last modified time | relevance | path

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 DGDBRemoteCommunicationServer.cpp33 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 DGDBRemoteCommunicationServer.h32 Status &error, bool &interrupt, bool &quit)>;
45 bool &quit);
/llvm-project-15.0.7/lldb/test/API/commands/expression/multiline-navigation/
H A DTestMultilineNavigation.py39 self.quit()
71 self.quit()
104 self.quit()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/
H A Dexit.test3 # 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 DInterpreterProperties.td8 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 DTestAutosuggestion.py37 self.quit()
105 self.quit()
121 self.quit()
/llvm-project-15.0.7/lldb/test/API/iohandler/sigint/
H A DTestIOHandlerPythonREPLSigint.py52 self.quit()
74 self.quit()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/
H A Dprint.test11 quit
14 quit
/llvm-project-15.0.7/lldb/examples/customization/import-python/
H A DREADME26 (lldb) quit
38 (lldb) quit
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
H A Dglobals-bss.lldbinit3 quit
H A Dlocate-pdb.lldbinit2 quit
H A Dsubfield_register_simple_type.lldbinit2 quit
H A Ddisassembly.lldbinit2 quit
H A Dast-methods.lldbinit5 quit
H A Dsource-list.lldbinit3 quit
H A Dlookup-by-types.lldbinit4 quit
H A Dbreak-by-line.lldbinit3 quit
H A Dstack_unwinding01.lldbinit8 quit
H A Dfunction-types-calling-conv.lldbinit7 quit
H A Dast-functions.lldbinit8 quit
H A Dbreak-by-function.lldbinit6 quit
/llvm-project-15.0.7/clang/test/Interpreter/
H A Dsanity.c18 %quit
H A Dplugins.cpp9 %quit
H A Dexecute-weak.cpp13 %quit
/llvm-project-15.0.7/lldb/test/Shell/Quit/
H A DTestQuitExitCodeTooManyArgs.test4 // CHECK: Too many arguments for 'quit'

1234