Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h375 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 …]
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()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h93 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 …]
DCommandAlias.h78 LazyBool m_is_dashdash_alias;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h129 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/
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);
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 …]
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);
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.h245 LazyBool &using_shared_cache, in GetSharedCacheInformation()
246 LazyBool &private_shared_cache) { in GetSharedCacheInformation()
DStopInfo.h170 LazyBool m_override_should_notify;
171 LazyBool m_override_should_stop;
DTarget.h616 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/
DUnwindPlan.h475 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;
DCompileUnit.h79 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/
DValueObjectSyntheticFilter.h123 LazyBool CanUpdateWithInvalidExecutionContext() override { in CanUpdateWithInvalidExecutionContext()
157 LazyBool m_might_have_children;
159 LazyBool m_provides_value;
DValueObjectChild.h60 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/
DObjCLanguageRuntime.h69 (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/
DFile.h360 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/
DThreadPlanStepInRange.cpp37 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()
DThread.cpp1250 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()
DThreadPlanStepOut.cpp37 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()
DThreadPlanStepOverRange.cpp34 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/
DCommandOptionsProcessLaunch.h44 lldb_private::LazyBool disable_aslr;
DCommandObjectExpression.h49 LazyBool auto_apply_fixits;

123