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

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h360 LazyBool SupportsAllocDeallocMemory() // const
520 LazyBool m_supports_not_sending_acks;
521 LazyBool m_supports_thread_suffix;
522 LazyBool m_supports_threads_in_stop_reply;
523 LazyBool m_supports_vCont_all;
524 LazyBool m_supports_vCont_any;
525 LazyBool m_supports_vCont_c;
526 LazyBool m_supports_vCont_C;
527 LazyBool m_supports_vCont_s;
528 LazyBool m_supports_vCont_
[all...]
H A DThreadGDBRemote.h82 lldb_private::LazyBool associated_with_libdispatch_queue);
84 lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() override;
87 lldb_private::LazyBool associated_with_libdispatch_queue) override;
102 lldb_private::LazyBool m_associated_with_libdispatch_queue;
H A DThreadGDBRemote.cpp72 LazyBool associated_with_libdispatch_queue) {
205 LazyBool ThreadGDBRemote::GetAssociatedWithLibdispatchQueue() {
210 LazyBool associated_with_libdispatch_queue) {
/freebsd-13-stable/contrib/llvm-project/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);
33 LazyBool step_in_avoids_code_without_debug_info,
34 LazyBool step_out_avoids_code_without_debug_info);
84 Status &status, LazyBool avoid_code_without_debug_info);
89 LazyBool step_in_avoids_code_without_debug_info,
90 LazyBool step_out_avoids_code_without_debug_info);
92 void SetupAvoidNoDebug(LazyBool step_in_avoids_code_without_debug_info,
93 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 DThreadPlanStepOut.h23 LazyBool step_out_avoids_code_without_debug_info,
80 Status &status, LazyBool step_out_avoids_code_without_debug_info);
82 void SetupAvoidNoDebug(LazyBool step_out_avoids_code_without_debug_info);
H A DThread.h300 virtual lldb_private::LazyBool GetAssociatedWithLibdispatchQueue() {
305 lldb_private::LazyBool associated_with_libdispatch_queue) {}
501 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate,
502 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
517 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
667 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
676 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
729 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate,
730 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
739 LazyBool step_in_avoids_code_without_debug_inf
[all...]
H A DDynamicLoader.h243 /// A LazyBool indicating whether this process is using a
251 LazyBool &using_shared_cache,
252 LazyBool &private_shared_cache) {
H A DStopInfo.h167 LazyBool m_override_should_notify;
168 LazyBool m_override_should_stop;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A 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-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h90 CommandInterpreterRunOptions(LazyBool stop_on_continue,
91 LazyBool stop_on_error, LazyBool stop_on_crash,
92 LazyBool echo_commands, LazyBool echo_comments,
93 LazyBool print_results, LazyBool print_errors,
94 LazyBool add_to_history)
110 LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes;
121 // different defaults... In that case, just grab the LazyBool ivar
[all...]
H A DCommandAlias.h78 LazyBool m_is_dashdash_alias;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectChild.h60 LazyBool CanUpdateWithInvalidExecutionContext() override;
72 llvm::Optional<LazyBool> m_can_update_with_invalid_exe_ctx;
H A DValueObjectSyntheticFilter.h123 LazyBool CanUpdateWithInvalidExecutionContext() override {
157 LazyBool m_might_have_children;
159 LazyBool m_provides_value;
H A DValueObjectDynamicValue.h106 LazyBool CanUpdateWithInvalidExecutionContext() override {
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h456 lldb_private::LazyBool GetSourcedFromCompiler() const {
461 void SetSourcedFromCompiler(lldb_private::LazyBool from_compiler) {
467 lldb_private::LazyBool GetUnwindPlanValidAtAllInstructions() const {
474 lldb_private::LazyBool valid_at_all_insn) {
481 lldb_private::LazyBool GetUnwindPlanForSignalTrap() const {
485 void SetUnwindPlanForSignalTrap(lldb_private::LazyBool is_for_signal_trap) {
527 lldb_private::LazyBool m_plan_is_sourced_from_compiler;
528 lldb_private::LazyBool m_plan_is_valid_at_all_instruction_locations;
529 lldb_private::LazyBool m_plan_is_for_signal_trap;
H A DCompileUnit.h78 lldb::LanguageType language, lldb_private::LazyBool is_optimized);
117 lldb::LanguageType language, lldb_private::LazyBool is_optimized);
431 lldb_private::LazyBool m_is_optimized;
H A DCompactUnwindInfo.h153 LazyBool m_indexes_computed; // eLazyBoolYes once we've tried to parse the
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp37 LazyBool step_in_avoids_code_without_debug_info,
38 LazyBool step_out_avoids_code_without_debug_info)
53 lldb::RunMode stop_others, LazyBool step_in_avoids_code_without_debug_info,
54 LazyBool step_out_avoids_code_without_debug_info)
69 LazyBool step_in_avoids_code_without_debug_info,
70 LazyBool step_out_avoids_code_without_debug_info) {
H A DThreadPlanStepOut.cpp37 LazyBool step_out_avoids_code_without_debug_info,
162 LazyBool step_out_avoids_code_without_debug_info) {
469 const LazyBool avoid_no_debug = eLazyBoolNo;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.h49 LazyBool auto_apply_fixits;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h71 (LazyBool)(strstr(class_name, "NSKVONotifying_") == class_name);
82 m_is_cf = (LazyBool)(strcmp(class_name, "__NSCFType") == 0 ||
138 LazyBool m_is_kvo;
139 LazyBool m_is_cf;
385 LazyBool m_has_new_literals_and_indexing;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h80 LazyBool step_in_avoids_code_without_debug_info);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h363 LazyBool m_is_interactive;
364 LazyBool m_is_real_terminal;
365 LazyBool m_supports_colors;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h112 // LazyBool is for boolean values that need to be calculated lazily. Values
115 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 }; enum in namespace:lldb_private

Completed in 259 milliseconds

123