Home
last modified time | relevance | path

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

1234

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h335 LazyBool SupportsAllocDeallocMemory() // const in SupportsAllocDeallocMemory()
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;
534 LazyBool m_curr_pid_is_valid = eLazyBoolCalculate;
544 LazyBool m_supports_p = eLazyBoolCalculate;
545 LazyBool m_supports_x = eLazyBoolCalculate;
[all …]
H A 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;
H A DThreadGDBRemote.cpp80 LazyBool associated_with_libdispatch_queue) { in SetQueueInfo()
213 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
218 LazyBool associated_with_libdispatch_queue) { in SetAssociatedWithLibdispatchQueue()
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h95 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()
185 LazyBool m_stop_on_error = eLazyBoolCalculate;
186 LazyBool m_stop_on_crash = eLazyBoolCalculate;
187 LazyBool m_echo_commands = eLazyBoolCalculate;
190 LazyBool m_print_errors = eLazyBoolCalculate;
192 LazyBool m_auto_handle_events;
193 LazyBool m_spawn_thread;
196 static bool DefaultToYes(LazyBool flag) { in DefaultToYes()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A 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/gnu/llvm/lldb/include/lldb/Target/
H A 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);
H A DThread.h301 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() { in GetAssociatedWithLibdispatchQueue()
306 lldb_private::LazyBool associated_with_libdispatch_queue) {} in SetAssociatedWithLibdispatchQueue()
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,
762 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
808 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
[all …]
H A DTarget.h641 LazyBool check_inlines,
654 LazyBool move_to_nearest_code);
677 lldb::LanguageType requested_language, LazyBool skip_prologue,
689 lldb::addr_t offset, LazyBool skip_prologue, bool internal,
722 LazyBool skip_prologue, bool internal,
1436 LazyBool pass = eLazyBoolCalculate;
1437 LazyBool notify = eLazyBoolCalculate;
1438 LazyBool stop = eLazyBoolCalculate;
1439 DummySignalValues(LazyBool pass, LazyBool notify, LazyBool stop) in DummySignalValues()
1453 void AddDummySignal(llvm::StringRef name, LazyBool pass, LazyBool print,
[all …]
H A 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);
H A DThreadPlanStepOverRange.h25 LazyBool step_out_avoids_no_debug);
43 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
H A DDynamicLoader.h300 LazyBool &using_shared_cache, in GetSharedCacheInformation()
301 LazyBool &private_shared_cache) { in GetSharedCacheInformation()
H A DStopInfo.h180 LazyBool m_override_should_notify;
181 LazyBool m_override_should_stop;
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A 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;
H A 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/gnu/llvm/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h124 LazyBool CanUpdateWithInvalidExecutionContext() override { in CanUpdateWithInvalidExecutionContext()
158 LazyBool m_might_have_children;
160 LazyBool m_provides_value;
H A DValueObjectChild.h59 LazyBool CanUpdateWithInvalidExecutionContext() override;
71 std::optional<LazyBool> m_can_update_with_invalid_exe_ctx;
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.h59 lldb_private::LazyBool &using_shared_cache,
60 lldb_private::LazyBool &private_shared_cache) override;
H A DDynamicLoaderMacOSXDYLD.h63 lldb_private::LazyBool &using_shared_cache,
64 lldb_private::LazyBool &private_shared_cache) override;
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A 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/gnu/llvm/lldb/source/Target/
H A 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()
H A 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()
H A 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/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h367 LazyBool m_is_interactive = eLazyBoolCalculate;
368 LazyBool m_is_real_terminal = eLazyBoolCalculate;
369 LazyBool m_supports_colors = eLazyBoolCalculate;
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.h51 PlatformDarwinKernel(LazyBool is_ios_debug_session);
194 LazyBool m_ios_debug_session;
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.h44 lldb_private::LazyBool disable_aslr;

1234