| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.h | 375 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory() 551 LazyBool m_supports_not_sending_acks = eLazyBoolCalculate; 552 LazyBool m_supports_thread_suffix = eLazyBoolCalculate; 553 LazyBool m_supports_threads_in_stop_reply = eLazyBoolCalculate; 554 LazyBool m_supports_vCont_all = eLazyBoolCalculate; 555 LazyBool m_supports_vCont_any = eLazyBoolCalculate; 556 LazyBool m_supports_vCont_c = eLazyBoolCalculate; 557 LazyBool m_supports_vCont_C = eLazyBoolCalculate; 558 LazyBool m_supports_vCont_s = eLazyBoolCalculate; 559 LazyBool m_supports_vCont_S = eLazyBoolCalculate; [all …]
|
| D | ThreadGDBRemote.h | 84 lldb_private::LazyBool associated_with_libdispatch_queue); 86 lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() override; 89 lldb_private::LazyBool associated_with_libdispatch_queue) override; 104 lldb_private::LazyBool m_associated_with_libdispatch_queue;
|
| D | ThreadGDBRemote.cpp | 80 LazyBool associated_with_libdispatch_queue) { in SetQueueInfo() 213 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue() 218 LazyBool associated_with_libdispatch_queue) { in SetAssociatedWithLibdispatchQueue()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | CommandInterpreter.h | 93 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() 94 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions() 95 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions() 96 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() 97 LazyBool add_to_history) in CommandInterpreterRunOptions() 106 LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes; in SetSilent() 183 LazyBool m_stop_on_continue = eLazyBoolCalculate; 184 LazyBool m_stop_on_error = eLazyBoolCalculate; 185 LazyBool m_stop_on_crash = eLazyBoolCalculate; 186 LazyBool m_echo_commands = eLazyBoolCalculate; [all …]
|
| D | CommandAlias.h | 78 LazyBool m_is_dashdash_alias;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| D | ValueObjectPrinter.h | 129 LazyBool m_should_print; 130 LazyBool m_is_nil; 131 LazyBool m_is_uninit; 132 LazyBool m_is_ptr; 133 LazyBool m_is_ref; 134 LazyBool m_is_aggregate; 135 LazyBool m_is_instance_ptr;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | Thread.h | 301 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue() 306 lldb_private::LazyBool associated_with_libdispatch_queue) {} in SetAssociatedWithLibdispatchQueue() 520 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 521 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 536 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 686 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 695 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 748 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 749 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 758 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, [all …]
|
| D | ThreadPlanStepInRange.h | 26 LazyBool step_in_avoids_code_without_debug_info, 27 LazyBool step_out_avoids_code_without_debug_info); 70 void SetupAvoidNoDebug(LazyBool step_in_avoids_code_without_debug_info, 71 LazyBool step_out_avoids_code_without_debug_info);
|
| D | ThreadPlanStepOut.h | 23 LazyBool step_out_avoids_code_without_debug_info, 81 LazyBool step_out_avoids_code_without_debug_info); 83 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
|
| D | ThreadPlanStepOverRange.h | 25 LazyBool step_out_avoids_no_debug); 43 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
|
| D | DynamicLoader.h | 245 LazyBool &using_shared_cache, in GetSharedCacheInformation() 246 LazyBool &private_shared_cache) { in GetSharedCacheInformation()
|
| D | StopInfo.h | 170 LazyBool m_override_should_notify; 171 LazyBool m_override_should_stop;
|
| D | Target.h | 616 LazyBool check_inlines, 617 LazyBool skip_prologue, bool internal, 619 LazyBool move_to_nearest_code); 629 LazyBool move_to_nearest_code); 652 lldb::LanguageType requested_language, LazyBool skip_prologue, 664 lldb::addr_t offset, LazyBool skip_prologue, bool internal, 688 lldb::LanguageType language, lldb::addr_t offset, LazyBool skip_prologue, 697 LazyBool skip_prologue, bool internal,
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| D | UnwindPlan.h | 475 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler() 480 void SetSourcedFromCompiler(lldb_private::LazyBool from_compiler) { in SetSourcedFromCompiler() 486 lldb_private::LazyBool GetUnwindPlanValidAtAllInstructions() const { in GetUnwindPlanValidAtAllInstructions() 493 lldb_private::LazyBool valid_at_all_insn) { in SetUnwindPlanValidAtAllInstructions() 500 lldb_private::LazyBool GetUnwindPlanForSignalTrap() const { in GetUnwindPlanForSignalTrap() 504 void SetUnwindPlanForSignalTrap(lldb_private::LazyBool is_for_signal_trap) { in SetUnwindPlanForSignalTrap() 546 lldb_private::LazyBool m_plan_is_sourced_from_compiler; 547 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations; 548 lldb_private::LazyBool m_plan_is_for_signal_trap;
|
| D | CompileUnit.h | 79 lldb::LanguageType language, lldb_private::LazyBool is_optimized); 118 lldb::LanguageType language, lldb_private::LazyBool is_optimized); 424 lldb_private::LazyBool m_is_optimized;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| D | ValueObjectSyntheticFilter.h | 123 LazyBool CanUpdateWithInvalidExecutionContext() override { in CanUpdateWithInvalidExecutionContext() 157 LazyBool m_might_have_children; 159 LazyBool m_provides_value;
|
| D | ValueObjectChild.h | 60 LazyBool CanUpdateWithInvalidExecutionContext() override; 72 llvm::Optional<LazyBool> m_can_update_with_invalid_exe_ctx;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| D | ObjCLanguageRuntime.h | 69 (LazyBool)(strstr(class_name, "NSKVONotifying_") == class_name); in IsKVO() 80 m_is_cf = (LazyBool)(strcmp(class_name, "__NSCFType") == 0 || in IsCFType() 146 LazyBool m_is_kvo = eLazyBoolCalculate; 147 LazyBool m_is_cf = eLazyBoolCalculate; 394 LazyBool m_has_new_literals_and_indexing;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | File.h | 360 LazyBool m_is_interactive = eLazyBoolCalculate; 361 LazyBool m_is_real_terminal = eLazyBoolCalculate; 362 LazyBool m_supports_colors = eLazyBoolCalculate;
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | ThreadPlanStepInRange.cpp | 37 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange() 38 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange() 53 LazyBool step_in_avoids_code_without_debug_info, in SetupAvoidNoDebug() 54 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
|
| D | Thread.cpp | 1250 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) { in QueueThreadPlanForStepOverRange() 1265 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) { in QueueThreadPlanForStepOverRange() 1278 LazyBool step_in_avoids_code_without_debug_info, in QueueThreadPlanForStepInRange() 1279 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() 1293 LazyBool step_in_avoids_code_without_debug_info, in QueueThreadPlanForStepInRange() 1294 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange() 1308 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepOut() 1895 LazyBool step_in_avoids_code_without_debug_info, in StepIn() 1896 LazyBool step_out_avoids_code_without_debug_info) in StepIn() 1931 LazyBool step_out_avoids_code_without_debug_info) { in StepOver()
|
| D | ThreadPlanStepOut.cpp | 37 LazyBool step_out_avoids_code_without_debug_info, in ThreadPlanStepOut() 162 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug() 469 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan()
|
| D | ThreadPlanStepOverRange.cpp | 34 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepOverRange() 78 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandOptionsProcessLaunch.h | 44 lldb_private::LazyBool disable_aslr;
|
| D | CommandObjectExpression.h | 49 LazyBool auto_apply_fixits;
|