Searched refs:lldb (Results 126 - 150 of 1229) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/interface/
H A DSBAddress.i10 namespace lldb {
51 SBAddress (const lldb::SBAddress &rhs);
53 SBAddress (lldb::SBSection section,
54 lldb::addr_t offset);
59 SBAddress (lldb::addr_t load_addr, lldb::SBTarget &target);
73 GetLoadAddress (const lldb::SBTarget &target) const;
76 SetLoadAddress (lldb::addr_t load_addr,
77 lldb::SBTarget &target);
83 GetDescription (lldb
[all...]
H A DSBSection.i10 namespace lldb {
46 SBSection (const lldb::SBSection &rhs);
56 lldb::SBSection
59 lldb::SBSection
65 lldb::SBSection
68 lldb::addr_t
71 lldb::addr_t
72 GetLoadAddress (lldb::SBTarget &target);
74 lldb::addr_t
83 lldb
[all...]
H A DSBCommunication.i10 namespace lldb {
34 lldb::SBBroadcaster
39 lldb::ConnectionStatus
42 lldb::ConnectionStatus
45 lldb::ConnectionStatus
61 lldb::ConnectionStatus &status);
66 lldb::ConnectionStatus &status);
82 } // namespace lldb
H A DSBDeclaration.i10 namespace lldb {
21 SBDeclaration (const lldb::SBDeclaration &rhs);
28 lldb::SBFileSpec
38 GetDescription (lldb::SBStream &description);
41 SetFileSpec (lldb::SBFileSpec filespec);
50 operator == (const lldb::SBDeclaration &rhs) const;
53 operator != (const lldb::SBDeclaration &rhs) const;
57 if _newclass: file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that represents the file (lldb.SBFileSpec) for this line entry.''')
68 } // namespace lldb
[all...]
H A DSBTypeFilter.i10 namespace lldb {
24 SBTypeFilter (const lldb::SBTypeFilter &rhs);
32 IsEqualTo (lldb::SBTypeFilter &rhs);
56 GetDescription (lldb::SBStream &description, lldb::DescriptionLevel description_level);
59 operator == (lldb::SBTypeFilter &rhs);
62 operator != (lldb::SBTypeFilter &rhs);
75 } // namespace lldb
H A DSBValue.i10 namespace lldb {
76 lldb::user_id_t
91 lldb::Format
95 SetFormat (lldb::Format format);
124 lldb::SBValue
125 GetDynamicValue (lldb::DynamicValueType use_dynamic);
127 lldb::SBValue
130 lldb::SBValue
133 lldb::DynamicValueType
137 SetPreferDynamicValue (lldb
[all...]
H A DSBFunction.i10 namespace lldb {
52 SBFunction (const lldb::SBFunction &rhs);
65 lldb::SBInstructionList
66 GetInstructions (lldb::SBTarget target);
68 lldb::SBInstructionList
69 GetInstructions (lldb::SBTarget target, const char *flavor);
71 lldb::SBAddress
74 lldb::SBAddress
80 lldb::SBType
83 lldb
[all...]
H A DSBLineEntry.i10 namespace lldb {
24 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:20
27 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:21
30 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:22
33 line entry: /Volumes/data/lldb/svn/trunk/test/python_api/symbol-context/main.c:23
46 SBLineEntry (const lldb::SBLineEntry &rhs);
50 lldb::SBAddress
53 lldb::SBAddress
59 lldb::SBFileSpec
69 GetDescription (lldb
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h17 #include "lldb/lldb-private.h"
18 #include "lldb/Target/LanguageRuntime.h"
19 #include "lldb/Target/ObjCLanguageRuntime.h"
20 #include "lldb/Core/ValueObject.h"
45 lldb::DynamicValueType use_dynamic,
52 IsModuleObjCLibrary (const lldb::ModuleSP &module_sp);
55 ReadObjCLibrary (const lldb::ModuleSP &module_sp);
63 virtual lldb::ThreadPlanSP
68 lldb
[all...]
/external/lldb/include/lldb/Target/
H A DThread.h13 #include "lldb/lldb-private.h"
14 #include "lldb/Host/Mutex.h"
15 #include "lldb/Core/Broadcaster.h"
16 #include "lldb/Core/Event.h"
17 #include "lldb/Core/UserID.h"
18 #include "lldb/Core/UserSettingsController.h"
19 #include "lldb/Target/ExecutionContextScope.h"
20 #include "lldb/Target/StackFrameList.h"
83 ThreadEventData (const lldb
[all...]
H A DMemory.h21 #include "lldb/lldb-private.h"
22 #include "lldb/Core/RangeMap.h"
23 #include "lldb/Host/Mutex.h"
44 Flush (lldb::addr_t addr, size_t size);
47 Read (lldb::addr_t addr,
59 AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size);
62 RemoveInvalidRange (lldb::addr_t base_addr, lldb
[all...]
/external/lldb/include/lldb/API/
H A DSBCommunication.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBError.h"
16 namespace lldb { namespace
40 lldb::SBBroadcaster
45 lldb::ConnectionStatus
48 lldb::ConnectionStatus
51 lldb::ConnectionStatus
67 lldb::ConnectionStatus &status);
72 lldb::ConnectionStatus &status);
97 } // namespace lldb
[all...]
H A DSBInputReader.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
29 SBInputReader (const lldb::InputReaderSP &reader_sp);
31 SBInputReader (const lldb::SBInputReader &rhs);
40 lldb::InputReaderGranularity granularity,
48 const lldb::SBInputReader &
49 operator = (const lldb::SBInputReader &rhs);
69 lldb::InputReaderSP &
72 const lldb::InputReaderSP &
86 lldb
[all...]
/external/lldb/source/Expression/
H A DExpressionSourceCode.cpp10 #include "lldb/Expression/ExpressionSourceCode.h"
12 #include "lldb/Core/StreamString.h"
45 bool ExpressionSourceCode::GetText (std::string &text, lldb::LanguageType wrapping_language, bool const_object, bool static_method) const
53 case lldb::eLanguageTypeC:
54 case lldb::eLanguageTypeC_plus_plus:
55 case lldb::eLanguageTypeObjC:
65 case lldb::eLanguageTypeC:
78 case lldb::eLanguageTypeC_plus_plus:
92 case lldb::eLanguageTypeObjC:
/external/lldb/test/python_api/default-constructor/
H A Dsb_module.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
11 obj.SetPlatformFileSpec(lldb.SBFileSpec())
14 obj.ResolveSymbolContextForAddress(lldb.SBAddress(), 0)
15 obj.GetDescription(lldb.SBStream())
19 sc_list = obj.FindFunctions("my_func", lldb.eFunctionNameTypeAny)
20 obj.FindGlobalVariables(lldb.SBTarget(), "my_global_var", 1)
23 for symbol in obj.symbol_in_section_iter(lldb.SBSection()):
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h13 #include "lldb/Target/Thread.h"
21 lldb::tid_t tid,
22 const lldb::ValueObjectSP &thread_info_valobj_sp);
25 lldb::tid_t tid,
28 lldb::addr_t register_data_addr);
36 virtual lldb::RegisterContextSP
39 virtual lldb::RegisterContextSP
74 WillResume (lldb::StateType resume_state);
83 virtual lldb::user_id_t
94 lldb
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h21 #include "lldb/lldb-public.h"
22 #include "lldb/lldb-enumerations.h"
24 #include "lldb/Core/ValueObject.h"
35 m_flags (lldb::eTypeOptionCascade)
72 return (m_flags & lldb::eTypeOptionCascade) == lldb::eTypeOptionCascade;
79 m_flags |= lldb::eTypeOptionCascade;
81 m_flags &= ~lldb
[all...]
/external/lldb/include/lldb/Symbol/
H A DCompileUnit.h13 #include "lldb/lldb-enumerations.h"
14 #include "lldb/Symbol/Function.h"
15 #include "lldb/Core/FileSpecList.h"
16 #include "lldb/Core/ModuleChild.h"
17 #include "lldb/Core/Stream.h"
18 #include "lldb/Core/UserID.h"
22 /// @class CompileUnit CompileUnit.h "lldb/Symbol/CompileUnit.h"
69 /// @see lldb::LanguageType
71 CompileUnit(const lldb
[all...]
H A DFuncUnwinders.h4 #include "lldb/Core/AddressRange.h"
5 #include "lldb/Core/ArchSpec.h"
6 #include "lldb/Core/AddressRange.h"
7 #include "lldb/Host/Mutex.h"
43 lldb::UnwindPlanSP
46 lldb::UnwindPlanSP
49 lldb::UnwindPlanSP
52 lldb::UnwindPlanSP
55 lldb::UnwindPlanSP
84 lldb
[all...]
H A DObjectContainer.h18 #include "lldb/lldb-private.h"
19 #include "lldb/Core/DataExtractor.h"
20 #include "lldb/Host/FileSpec.h"
21 #include "lldb/Core/ModuleChild.h"
22 #include "lldb/Core/PluginInterface.h"
23 #include "lldb/Host/Endian.h"
28 /// @class ObjectContainer ObjectContainer.h "lldb/Symbol/ObjectContainer.h"
50 ObjectContainer (const lldb::ModuleSP &module_sp,
52 lldb
[all...]
H A DObjectFile.h13 #include "lldb/lldb-private.h"
14 #include "lldb/Core/DataExtractor.h"
15 #include "lldb/Host/FileSpec.h"
16 #include "lldb/Core/FileSpecList.h"
17 #include "lldb/Core/ModuleChild.h"
18 #include "lldb/Core/PluginInterface.h"
19 #include "lldb/Host/Endian.h"
20 #include "lldb/Symbol/Symtab.h"
21 #include "lldb/Symbo
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h13 #include "lldb/API/LLDB.h"
37 lldb::SBThread thread;
38 lldb::SBLaunchInfo launch_info;
51 thread = lldb::SBThread();
55 StepOver (lldb::SBThread t)
62 StepOut (lldb::SBThread t)
69 Relaunch (lldb::SBLaunchInfo l)
72 thread = lldb::SBThread();
80 thread = lldb::SBThread();
87 thread = lldb
[all...]
/external/lldb/include/lldb/Core/
H A DStream.h14 #include "lldb/lldb-private.h"
15 #include "lldb/Core/Flags.h"
21 /// @class Stream Stream.h "lldb/Core/Stream.h"
47 lldb::ByteOrder byte_order);
111 lldb::ByteOrder
112 SetByteOrder (lldb::ByteOrder byte_order);
153 lldb::ByteOrder byte_order = lldb::eByteOrderInvalid);
157 lldb
[all...]
/external/lldb/include/lldb/Host/
H A DHost.h19 #include "lldb/lldb-private.h"
20 #include "lldb/Core/StringList.h"
25 /// @class Host Host.h "lldb/Host/Host.h"
35 lldb::pid_t pid,
79 static lldb::thread_t
82 lldb::pid_t pid,
98 /// Returns the endianness of the host system as a lldb::ByteOrder
101 static lldb::ByteOrder
209 static lldb
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h17 #include "lldb/Interpreter/OptionValue.h"
24 OptionValueFormat (lldb::Format value) :
31 OptionValueFormat (lldb::Format current_value,
32 lldb::Format default_value) :
69 virtual lldb::OptionValueSP
76 lldb::Format
82 lldb::Format
89 SetCurrentValue (lldb::Format value)
95 SetDefaultValue (lldb::Format value)
101 lldb
[all...]

Completed in 2906 milliseconds

1234567891011>>