Home
last modified time | relevance | path

Searched refs:LazyBool (Results 1 – 25 of 78) sorted by relevance

1234

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h335 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory()
524 LazyBool m_supports_not_sending_acks = eLazyBoolCalculate;
525 LazyBool m_supports_thread_suffix = eLazyBoolCalculate;
526 LazyBool m_supports_threads_in_stop_reply = eLazyBoolCalculate;
527 LazyBool m_supports_vCont_all = eLazyBoolCalculate;
528 LazyBool m_supports_vCont_any = eLazyBoolCalculate;
529 LazyBool m_supports_vCont_c = eLazyBoolCalculate;
530 LazyBool m_supports_vCont_C = eLazyBoolCalculate;
531 LazyBool m_supports_vCont_s = eLazyBoolCalculate;
532 LazyBool m_supports_vCont_S = eLazyBoolCalculate;
[all …]
DThreadGDBRemote.h84 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;
DThreadGDBRemote.cpp80 LazyBool associated_with_libdispatch_queue) { in SetQueueInfo()
213 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
218 LazyBool associated_with_libdispatch_queue) { in SetAssociatedWithLibdispatchQueue()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h94 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions()
95 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
96 LazyBool echo_commands, LazyBool echo_comments, in CommandInterpreterRunOptions()
97 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions()
98 LazyBool add_to_history) in CommandInterpreterRunOptions()
107 LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes; in SetSilent()
184 LazyBool m_stop_on_continue = eLazyBoolCalculate;
185 LazyBool m_stop_on_error = eLazyBoolCalculate;
186 LazyBool m_stop_on_crash = eLazyBoolCalculate;
187 LazyBool m_echo_commands = eLazyBoolCalculate;
[all …]
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h131 LazyBool m_should_print;
132 LazyBool m_is_nil;
133 LazyBool m_is_uninit;
134 LazyBool m_is_ptr;
135 LazyBool m_is_ref;
136 LazyBool m_is_aggregate;
137 LazyBool m_is_instance_ptr;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanStepInRange.h26 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);
DThread.h301 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);
689 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
698 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
751 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate,
752 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
761 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate,
[all …]
DTarget.h641 LazyBool check_inlines,
642 LazyBool skip_prologue, bool internal,
644 LazyBool move_to_nearest_code);
654 LazyBool move_to_nearest_code);
677 lldb::LanguageType requested_language, LazyBool skip_prologue,
689 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
713 lldb::LanguageType language, lldb::addr_t offset, LazyBool skip_prologue,
722 LazyBool skip_prologue, bool internal,
1436 LazyBool pass = eLazyBoolCalculate;
1437 LazyBool notify = eLazyBoolCalculate;
[all …]
DThreadPlanStepOut.h23 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);
DThreadPlanStepOverRange.h25 LazyBool step_out_avoids_no_debug);
43 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
DDynamicLoader.h300 LazyBool &using_shared_cache, in GetSharedCacheInformation()
301 LazyBool &private_shared_cache) { in GetSharedCacheInformation()
DStopInfo.h180 LazyBool m_override_should_notify;
181 LazyBool m_override_should_stop;
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DUnwindPlan.h473 lldb_private::LazyBool GetSourcedFromCompiler() const { in GetSourcedFromCompiler()
478 void SetSourcedFromCompiler(lldb_private::LazyBool from_compiler) { in SetSourcedFromCompiler()
484 lldb_private::LazyBool GetUnwindPlanValidAtAllInstructions() const { in GetUnwindPlanValidAtAllInstructions()
491 lldb_private::LazyBool valid_at_all_insn) { in SetUnwindPlanValidAtAllInstructions()
498 lldb_private::LazyBool GetUnwindPlanForSignalTrap() const { in GetUnwindPlanForSignalTrap()
502 void SetUnwindPlanForSignalTrap(lldb_private::LazyBool is_for_signal_trap) { in SetUnwindPlanForSignalTrap()
544 lldb_private::LazyBool m_plan_is_sourced_from_compiler;
545 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations;
546 lldb_private::LazyBool m_plan_is_for_signal_trap;
DCompileUnit.h79 lldb::LanguageType language, lldb_private::LazyBool is_optimized);
118 lldb::LanguageType language, lldb_private::LazyBool is_optimized);
425 lldb_private::LazyBool m_is_optimized;
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h124 LazyBool CanUpdateWithInvalidExecutionContext() override { in CanUpdateWithInvalidExecutionContext()
158 LazyBool m_might_have_children;
160 LazyBool m_provides_value;
DValueObjectChild.h59 LazyBool CanUpdateWithInvalidExecutionContext() override;
71 std::optional<LazyBool> m_can_update_with_invalid_exe_ctx;
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
DObjCLanguageRuntime.h71 (LazyBool)(strstr(class_name, "NSKVONotifying_") == class_name); in IsKVO()
82 m_is_cf = (LazyBool)(strcmp(class_name, "__NSCFType") == 0 || in IsCFType()
148 LazyBool m_is_kvo = eLazyBoolCalculate;
149 LazyBool m_is_cf = eLazyBoolCalculate;
431 LazyBool m_has_new_literals_and_indexing;
/openbsd/src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.h59 lldb_private::LazyBool &using_shared_cache,
60 lldb_private::LazyBool &private_shared_cache) override;
DDynamicLoaderMacOSXDYLD.h63 lldb_private::LazyBool &using_shared_cache,
64 lldb_private::LazyBool &private_shared_cache) override;
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepInRange.cpp38 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info, in ThreadPlanStepInRange()
39 LazyBool step_out_avoids_code_without_debug_info) in ThreadPlanStepInRange()
54 LazyBool step_in_avoids_code_without_debug_info, in SetupAvoidNoDebug()
55 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
DThreadPlanStepOut.cpp38 LazyBool step_out_avoids_code_without_debug_info, in ThreadPlanStepOut()
163 LazyBool step_out_avoids_code_without_debug_info) { in SetupAvoidNoDebug()
470 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan()
DThread.cpp1272 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) { in QueueThreadPlanForStepOverRange()
1287 Status &status, LazyBool step_out_avoids_code_withoug_debug_info) { in QueueThreadPlanForStepOverRange()
1300 LazyBool step_in_avoids_code_without_debug_info, in QueueThreadPlanForStepInRange()
1301 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange()
1315 LazyBool step_in_avoids_code_without_debug_info, in QueueThreadPlanForStepInRange()
1316 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepInRange()
1330 LazyBool step_out_avoids_code_without_debug_info) { in QueueThreadPlanForStepOut()
1915 LazyBool step_in_avoids_code_without_debug_info, in StepIn()
1916 LazyBool step_out_avoids_code_without_debug_info) in StepIn()
1951 LazyBool step_out_avoids_code_without_debug_info) { in StepOver()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DFile.h367 LazyBool m_is_interactive = eLazyBoolCalculate;
368 LazyBool m_is_real_terminal = eLazyBoolCalculate;
369 LazyBool m_supports_colors = eLazyBoolCalculate;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.h51 PlatformDarwinKernel(LazyBool is_ios_debug_session);
194 LazyBool m_ios_debug_session;
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandOptionsProcessLaunch.h44 lldb_private::LazyBool disable_aslr;

1234