| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 398 lldb_private::LazyBool 508 lldb_private::LazyBool m_supports_not_sending_acks; 509 lldb_private::LazyBool m_supports_thread_suffix; 510 lldb_private::LazyBool m_supports_threads_in_stop_reply; 511 lldb_private::LazyBool m_supports_vCont_all; 512 lldb_private::LazyBool m_supports_vCont_any; 513 lldb_private::LazyBool m_supports_vCont_c; 514 lldb_private::LazyBool m_supports_vCont_C; 515 lldb_private::LazyBool m_supports_vCont_s; 516 lldb_private::LazyBool m_supports_vCont_S; [all …]
|
| HD | ProcessGDBRemote.cpp | 2202 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoAllocateMemory() 2264 LazyBool supported = m_gdb_comm.SupportsAllocDeallocMemory(); in DoDeallocateMemory()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandInterpreter.h | 157 LazyBool add_to_history, 191 LazyBool add_to_history, 218 LazyBool stop_on_continue, 219 LazyBool stop_on_error, 220 LazyBool echo_commands, 221 LazyBool print_results, 222 LazyBool add_to_history,
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | UnwindPlan.h | 438 lldb_private::LazyBool 446 SetSourcedFromCompiler (lldb_private::LazyBool from_compiler) in SetSourcedFromCompiler() 453 lldb_private::LazyBool 462 SetUnwindPlanValidAtAllInstructions (lldb_private::LazyBool valid_at_all_insn) in SetUnwindPlanValidAtAllInstructions() 493 lldb_private::LazyBool m_plan_is_sourced_from_compiler; 494 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | ValueObjectPrinter.h | 379 LazyBool m_should_print; 380 LazyBool m_is_nil; 381 LazyBool m_is_ptr; 382 LazyBool m_is_ref; 383 LazyBool m_is_aggregate;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ObjCLanguageRuntime.h | 177 m_is_kvo = (LazyBool)(strstr(class_name,"NSKVONotifying_") == class_name); in IsKVO() 191 m_is_cf = (LazyBool)(strcmp(class_name,"__NSCFType") == 0 || in IsCFType() 250 LazyBool m_is_kvo; 251 LazyBool m_is_cf; 573 LazyBool m_has_new_literals_and_indexing;
|
| HD | Target.h | 566 LazyBool check_inlines, 567 LazyBool skip_prologue, 598 LazyBool skip_prologue, 610 LazyBool skip_prologue, 626 LazyBool skip_prologue, 635 LazyBool skip_prologue,
|
| HD | StopInfo.h | 206 LazyBool m_override_should_notify; 207 LazyBool m_override_should_stop;
|
| HD | ThreadPlan.h | 569 LazyBool 591 LazyBool m_cached_plan_explains_stop;
|
| HD | Thread.h | 1097 LazyBool m_override_should_notify;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private-enumerations.h | 154 typedef enum LazyBool { enum 158 } LazyBool; typedef
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | File.h | 545 LazyBool m_is_interactive; 546 LazyBool m_is_real_terminal;
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ValueObjectSyntheticFilter.h | 165 LazyBool m_might_have_children;
|
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 1262 const LazyBool check_inlines = eLazyBoolCalculate; in BreakpointCreateByLocation() 1263 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() 1300 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() 1345 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() 1381 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByNames() 1428 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByRegex() 1467 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByRegex()
|
| /trueos/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 1524 LazyBool lazy_add_to_history, in HandleCommand() 2435 LazyBool add_to_history, in HandleCommands() 2561 LazyBool stop_on_continue, in HandleCommandsFromFile() 2562 LazyBool stop_on_error, in HandleCommandsFromFile() 2563 LazyBool echo_command, in HandleCommandsFromFile() 2564 LazyBool print_result, in HandleCommandsFromFile() 2565 LazyBool add_to_history, in HandleCommandsFromFile()
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 262 LazyBool check_inlines, in CreateBreakpoint() 263 LazyBool skip_prologue, in CreateBreakpoint() 343 LazyBool skip_prologue, in CreateBreakpoint() 370 LazyBool skip_prologue, in CreateBreakpoint() 398 LazyBool skip_prologue, in CreateBreakpoint() 484 LazyBool skip_prologue, in CreateFuncRegexBreakpoint()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.h | 342 lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type;
|
| HD | SymbolFileDWARF.h | 602 lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type;
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectBreakpoint.cpp | 357 LazyBool m_skip_prologue; 427 LazyBool check_inlines = eLazyBoolCalculate; in DoExecute()
|
| HD | CommandObjectCommands.cpp | 390 … LazyBool print_command = m_options.m_silent_run.GetCurrentValue() ? eLazyBoolNo : eLazyBoolYes; in DoExecute()
|
| HD | CommandObjectProcess.cpp | 883 LazyBool m_keep_stopped;
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| HD | DisassemblerLLVMC.cpp | 412 LazyBool m_does_branch;
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 1679 static LazyBool g_use_close_on_exec_flag = eLazyBoolCalculate; in GetPosixspawnFlags() 1696 static LazyBool g_use_close_on_exec_flag = eLazyBoolYes; in GetPosixspawnFlags()
|