Searched refs:lldb (Results 201 - 225 of 1229) sorted by relevance

1234567891011>>

/external/lldb/test/python_api/formatters/
H A DTestFormattersSBAPI.py5 import lldb namespace
70 format = lldb.SBTypeFormat(lldb.eFormatHex)
72 category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"),format)
79 category.AddTypeFormat(lldb.SBTypeNameSpecifier("long"),format)
85 format.format = lldb.eFormatOctal
86 category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"),format)
92 category.DeleteTypeFormat(lldb.SBTypeNameSpecifier("int"))
93 category.DeleteTypeFormat(lldb.SBTypeNameSpecifier("long"))
99 summary = lldb
[all...]
/external/lldb/include/lldb/API/
H A DSBTypeCategory.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBTypeCategory (const lldb::SBTypeCategory &rhs);
40 GetDescription (lldb::SBStream &description,
41 lldb::DescriptionLevel description_level);
137 lldb::SBTypeCategory &
138 operator = (const lldb::SBTypeCategory &rhs);
141 operator == (lldb::SBTypeCategory &rhs);
144 operator != (lldb::SBTypeCategory &rhs);
149 lldb
[all...]
H A DSBCommandReturnObject.h15 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
25 SBCommandReturnObject (const lldb::SBCommandReturnObject &rhs);
27 const lldb::SBCommandReturnObject &
28 operator = (const lldb::SBCommandReturnObject &rhs);
62 lldb::ReturnStatus
66 SetStatus (lldb::ReturnStatus status);
81 GetDescription (lldb::SBStream &description);
102 SetError (lldb::SBError &error,
131 } // namespace lldb
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h21 #include "lldb/lldb-private.h"
22 #include "lldb/Breakpoint/StoppointLocation.h"
23 #include "lldb/Core/Address.h"
24 #include "lldb/Core/StringList.h"
25 #include "lldb/Core/UserID.h"
26 #include "lldb/Host/Mutex.h"
27 #include "lldb/Target/Process.h"
28 #include "lldb/Expression/ClangUserExpression.h"
33 /// @class BreakpointLocation BreakpointLocation.h "lldb/Breakpoin
[all...]
H A DBreakpointSite.h21 #include "lldb/lldb-private.h"
22 #include "lldb/Core/UserID.h"
23 #include "lldb/Breakpoint/StoppointLocation.h"
24 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
29 /// @class BreakpointSite BreakpointSite.h "lldb/Breakpoint/BreakpointSite.h"
104 IntersectsRange (lldb::addr_t addr,
106 lldb::addr_t *intersect_addr,
162 AddOwner (const lldb::BreakpointLocationSP &owner);
185 lldb
[all...]
/external/lldb/include/lldb/Core/
H A DCommunication.h19 #include "lldb/lldb-private.h"
20 #include "lldb/Core/Broadcaster.h"
21 #include "lldb/Core/Error.h"
22 #include "lldb/Host/Mutex.h"
23 #include "lldb/lldb-private.h"
28 /// @class Communication Communication.h "lldb/Core/Communication.h"
140 lldb::ConnectionStatus
155 lldb
[all...]
H A DConnectionFileDescriptor.h21 #include "lldb/Core/Connection.h"
22 #include "lldb/Host/Mutex.h"
23 #include "lldb/Host/Predicate.h"
24 #include "lldb/Host/SocketAddress.h"
43 virtual lldb::ConnectionStatus
46 virtual lldb::ConnectionStatus
53 lldb::ConnectionStatus &status,
59 lldb::ConnectionStatus &status,
80 lldb::ConnectionStatus
83 lldb
[all...]
H A DValueObjectSyntheticFilter.h19 #include "lldb/Core/ValueObject.h"
51 virtual lldb::ValueType
54 virtual lldb::ValueObjectSP
57 virtual lldb::ValueObjectSP
63 virtual lldb::ValueObjectSP
64 GetDynamicValue (lldb::DynamicValueType valueType);
92 virtual lldb::ValueObjectSP
101 virtual lldb::DynamicValueType
107 return lldb::eNoDynamicValues;
128 virtual lldb
[all...]
/external/lldb/scripts/Python/interface/
H A DSBThread.i10 namespace lldb {
30 if thread.GetStopReason() == lldb.eStopReasonBreakpoint:
46 SBThread (const lldb::SBThread &thread);
65 lldb::StopReason
108 lldb::tid_t
121 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
124 StepInto (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
127 StepInto (const char *target_name, lldb
[all...]
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.h15 #include "lldb/lldb-private.h"
16 #include "lldb/Target/RegisterContext.h"
17 #include "lldb/Symbol/SymbolContext.h"
25 lldb::addr_t register_data_addr);
60 ReadAllRegisterValues (lldb::DataBufferSP &data_sp);
63 WriteAllRegisterValues (const lldb::DataBufferSP &data_sp);
66 CopyFromRegisterContext (lldb::RegisterContextSP context);
78 SetHardwareBreakpoint (lldb::addr_t addr, size_t size);
87 SetHardwareWatchpoint (lldb
[all...]
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h25 #include "lldb/Core/ConstString.h"
26 #include "lldb/Core/Error.h"
27 #include "lldb/Target/Process.h"
39 static lldb::ProcessSP
110 ReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
113 DoReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
115 virtual lldb::addr_t
122 const lldb::DataBufferSP
137 typedef lldb_private::Range<lldb::addr_t, lldb
[all...]
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h20 #include "lldb/Core/ConstString.h"
21 #include "lldb/Core/Error.h"
22 #include "lldb/Target/Process.h"
32 static lldb::ProcessSP
106 ReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
109 DoReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
111 virtual lldb::addr_t
128 GetDynamicLoaderAddress (lldb::addr_t addr);
133 typedef lldb_private::Range<lldb::addr_t, lldb
[all...]
/external/lldb/test/python_api/default-constructor/
H A Dsb_debugger.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
22 obj.HandleProcessEvent(lldb.SBProcess(), lldb.SBEvent(), None, None)
26 obj.DeleteTarget(lldb.SBTarget())
33 obj.SetSelectedTarget(lldb.SBTarget())
41 obj.PushInputReader(lldb.SBInputReader())
42 obj.NotifyTopInputReader(lldb.eInputReaderActivate)
43 obj.InputReaderIsTopReader(lldb.SBInputReader())
45 obj.GetDescription(lldb
[all...]
/external/lldb/include/lldb/Target/
H A DTarget.h19 #include "lldb/lldb-public.h"
20 #include "lldb/Breakpoint/BreakpointList.h"
21 #include "lldb/Breakpoint/BreakpointLocationCollection.h"
22 #include "lldb/Breakpoint/WatchpointList.h"
23 #include "lldb/Core/ArchSpec.h"
24 #include "lldb/Core/Broadcaster.h"
25 #include "lldb/Core/Disassembler.h"
26 #include "lldb/Core/Event.h"
27 #include "lldb/Cor
265 SetUseDynamic(lldb::DynamicValueType dynamic = lldb::eDynamicCanRunTarget) argument
[all...]
H A DThreadPlanStepThrough.h17 #include "lldb/Target/Thread.h"
18 #include "lldb/Target/ThreadPlan.h"
27 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
31 virtual lldb::StateType GetPlanRunState ();
38 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
51 friend lldb::ThreadPlanSP
58 lldb::ThreadPlanSP m_sub_plan_sp;
59 lldb::addr_t m_start_address;
60 lldb::break_id_t m_backstop_bkpt_id;
61 lldb
[all...]
H A DUnwind.h17 #include "lldb/lldb-private.h"
18 #include "lldb/Host/Mutex.h"
58 lldb::addr_t cfa;
59 lldb::addr_t pc;
74 lldb::addr_t& cfa,
75 lldb::addr_t& pc)
81 lldb::RegisterContextSP
106 lldb::addr_t& cfa,
107 lldb
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h16 #include "lldb/lldb-forward.h"
18 #include "lldb/Core/ConstString.h"
19 #include "lldb/DataFormatters/FormatClasses.h"
20 #include "lldb/Target/Target.h"
39 lldb::ValueObjectSP
45 lldb::ValueObjectSP
84 SyntheticChildrenFrontEnd* ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
198 NSArrayMSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp);
203 virtual lldb
[all...]
H A DTypeSummary.h24 #include "lldb/lldb-public.h"
25 #include "lldb/lldb-enumerations.h"
27 #include "lldb/Core/ValueObject.h"
28 #include "lldb/Interpreter/ScriptInterpreterPython.h"
29 #include "lldb/Symbol/Type.h"
41 m_flags (lldb::eTypeOptionCascade)
78 return (m_flags & lldb::eTypeOptionCascade) == lldb
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h20 #include "lldb/Core/ArchSpec.h"
21 #include "lldb/Core/Broadcaster.h"
22 #include "lldb/Core/ConstString.h"
23 #include "lldb/Core/Error.h"
24 #include "lldb/Core/InputReader.h"
25 #include "lldb/Core/StreamString.h"
26 #include "lldb/Core/StringList.h"
27 #include "lldb/Core/ThreadSafeValue.h"
28 #include "lldb/Target/Process.h"
29 #include "lldb/Targe
[all...]
/external/lldb/include/lldb/Expression/
H A DClangUserExpression.h22 #include "lldb/lldb-forward.h"
23 #include "lldb/lldb-private.h"
24 #include "lldb/Core/Address.h"
25 #include "lldb/Core/ClangForward.h"
26 #include "lldb/Expression/ClangExpression.h"
27 #include "lldb/Expression/ClangExpressionVariable.h"
28 #include "lldb/Expression/IRForTarget.h"
29 #include "lldb/Expressio
[all...]
/external/lldb/examples/summaries/cocoa/
H A DCFDictionary.py10 import lldb namespace
12 import lldb.runtime.objc.objc_runtime namespace
13 import lldb.formatters.metrics namespace
14 import lldb.formatters.Logger namespace
16 statistics = lldb.formatters.metrics.Metrics()
30 logger = lldb.formatters.Logger.Logger()
35 self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedLong)
37 self.sys_params.types_cache.NSUInteger = self.valobj.GetType().GetBasicType(lldb.eBasicTypeUnsignedInt)
41 logger = lldb.formatters.Logger.Logger()
49 logger = lldb
[all...]
/external/lldb/include/lldb/Symbol/
H A DVariableList.h13 #include "lldb/lldb-private.h"
14 #include "lldb/Symbol/SymbolContext.h"
15 #include "lldb/Symbol/Variable.h"
30 AddVariable (const lldb::VariableSP &var_sp);
33 AddVariableIfUnique (const lldb::VariableSP &var_sp);
44 lldb::VariableSP
47 lldb::VariableSP
50 lldb::VariableSP
54 FindVariableIndex (const lldb
[all...]
/external/lldb/source/DataFormatters/
H A DTypeFormat.cpp10 #include "lldb/lldb-python.h"
19 #include "lldb/lldb-public.h"
20 #include "lldb/lldb-enumerations.h"
22 #include "lldb/Core/Debugger.h"
23 #include "lldb/Core/StreamString.h"
24 #include "lldb/Core/Timer.h"
25 #include "lldb/DataFormatter
[all...]
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h17 #include "lldb/lldb-private.h"
18 #include "lldb/Breakpoint/BreakpointResolver.h"
19 #include "lldb/Target/LanguageRuntime.h"
20 #include "lldb/Target/CPPLanguageRuntime.h"
21 #include "lldb/Core/Value.h"
36 lldb::DynamicValueType use_dynamic,
53 CreateInstance (Process *process, lldb::LanguageType language);
74 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
76 virtual lldb
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h15 #include "lldb/Target/Process.h"
16 #include "lldb/Target/Thread.h"
24 lldb::tid_t tid);
38 virtual lldb::RegisterContextSP
41 virtual lldb::RegisterContextSP
48 ThreadIDIsValid (lldb::tid_t thread);
65 lldb::addr_t
72 SetThreadDispatchQAddr (lldb::addr_t thread_dispatch_qaddr)
89 lldb::addr_t m_thread_dispatch_qaddr;
90 lldb
[all...]

Completed in 1299 milliseconds

1234567891011>>