Searched refs:lldb (Results 1 - 25 of 1227) sorted by relevance

1234567891011>>

/external/lldb/source/DataFormatters/
H A DFormatClasses.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/include/lldb/API/
H A DSBFrame.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBValueList.h"
16 namespace lldb { namespace
23 SBFrame (const lldb::SBFrame &rhs);
25 const lldb::SBFrame &
26 operator =(const lldb::SBFrame &rhs);
31 IsEqual (const lldb::SBFrame &that) const;
39 lldb::addr_t
43 SetPC (lldb::addr_t new_pc);
45 lldb
[all...]
H A DSBTypeFormat.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBTypeFormat (lldb::Format format,
24 uint32_t options = 0); // see lldb::eTypeOption values
26 SBTypeFormat (const lldb::SBTypeFormat &rhs);
33 lldb::Format
40 SetFormat (lldb::Format);
46 GetDescription (lldb::SBStream &description,
47 lldb::DescriptionLevel description_level);
49 lldb
[all...]
H A DSBHostOS.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBFileSpec.h"
16 namespace lldb { namespace
22 static lldb::SBFileSpec
25 static lldb::SBFileSpec
31 static lldb::thread_t
35 lldb::SBError *err);
38 ThreadCancel (lldb::thread_t thread,
39 lldb::SBError *err);
42 ThreadDetach (lldb
[all...]
H A DSBProcess.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBError.h"
15 #include "lldb/API/SBTarget.h"
18 namespace lldb { namespace
39 SBProcess (const lldb::SBProcess& rhs);
41 const lldb::SBProcess&
42 operator = (const lldb::SBProcess& rhs);
44 SBProcess (const lldb::ProcessSP &process_sp);
64 lldb::SBTarget
67 lldb
[all...]
H A DSBData.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
45 lldb::ByteOrder
49 SetByteOrder (lldb::ByteOrder endian);
52 GetFloat (lldb::SBError& error, lldb::offset_t offset);
55 GetDouble (lldb::SBError& error, lldb::offset_t offset);
58 GetLongDouble (lldb::SBError& error, lldb
[all...]
H A DSBInstruction.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBData.h"
21 namespace lldb { namespace
42 lldb::AddressClass
46 GetMnemonic (lldb::SBTarget target);
49 GetOperands (lldb::SBTarget target);
52 GetComment (lldb::SBTarget target);
54 lldb::SBData
55 GetData (lldb::SBTarget target);
67 GetDescription (lldb
[all...]
H A DSBTypeNameSpecifier.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
28 SBTypeNameSpecifier (const lldb::SBTypeNameSpecifier &rhs);
45 GetDescription (lldb::SBStream &description,
46 lldb::DescriptionLevel description_level);
48 lldb::SBTypeNameSpecifier &
49 operator = (const lldb::SBTypeNameSpecifier &rhs);
52 IsEqualTo (lldb::SBTypeNameSpecifier &rhs);
55 operator == (lldb::SBTypeNameSpecifier &rhs);
58 operator != (lldb
[all...]
H A DSBModule.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBError.h"
15 #include "lldb/API/SBSection.h"
16 #include "lldb/API/SBSymbolContext.h"
17 #include "lldb/API/SBValueList.h"
19 namespace lldb { namespace
34 SBModule (lldb::SBProcess &process,
35 lldb::addr_t header_addr);
55 lldb::SBFileSpec
67 /// '/tmp/lldb/platfor
[all...]
H A DSBSection.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBData.h"
16 namespace lldb { namespace
24 SBSection (const lldb::SBSection &rhs);
28 const lldb::SBSection &
29 operator = (const lldb::SBSection &rhs);
37 lldb::SBSection
40 lldb::SBSection
46 lldb::SBSection
49 lldb
[all...]
H A DSBAddress.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBModule.h"
16 namespace lldb { namespace
24 SBAddress (const lldb::SBAddress &rhs);
26 SBAddress (lldb::SBSection section, lldb::addr_t offset);
29 SBAddress (lldb::addr_t load_addr, lldb::SBTarget &target);
33 const lldb::SBAddress &
34 operator = (const lldb
[all...]
H A DSBBlock.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBFrame.h"
15 #include "lldb/API/SBTarget.h"
16 #include "lldb/API/SBValueList.h"
18 namespace lldb { namespace
26 SBBlock (const lldb::SBBlock &rhs);
30 const lldb::SBBlock &
31 operator = (const lldb::SBBlock &rhs);
42 lldb::SBFileSpec
51 lldb
[all...]
/external/lldb/source/Core/
H A DBaton.cpp10 #include "lldb/Core/Baton.h"
16 #include "lldb/Core/Stream.h"
18 using namespace lldb;
22 Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h18 #include "lldb/Breakpoint/BreakpointSite.h"
19 #include "lldb/Host/Mutex.h"
24 /// @class BreakpointSiteList BreakpointSiteList.h "lldb/Breakpoint/BreakpointSiteList.h"
54 lldb::break_id_t
55 Add (const lldb::BreakpointSiteSP& bp_site_sp);
76 lldb::BreakpointSiteSP
77 FindByAddress (lldb::addr_t addr);
89 lldb::BreakpointSiteSP
90 FindByID (lldb::break_id_t breakID);
102 const lldb
[all...]
/external/lldb/include/lldb/Core/
H A DDataExtractor.h15 #include "lldb/lldb-private.h"
23 /// @class DataExtractor DataExtractor.h "lldb/Core/DataExtractor.h"
62 lldb::addr_t base_addr); // Pass LLDB_INVALID_ADDRESS to not show address at start of line
89 DataExtractor (const void* data, lldb::offset_t data_length, lldb::ByteOrder byte_order, uint32_t addr_size);
108 DataExtractor (const lldb::DataBufferSP& data_sp, lldb::ByteOrder byte_order, uint32_t addr_size);
133 DataExtractor (const DataExtractor& data, lldb::offset_t offset, lldb
[all...]
H A DState.h17 #include "lldb/lldb-private.h"
33 StateAsCString (lldb::StateType state);
47 StateIsRunningState (lldb::StateType state);
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
H A DLanguage.h13 #include "lldb/lldb-private.h"
18 /// @class Language Language.h "lldb/Core/Language.h"
19 /// @brief Encapsulates the programming language for an lldb object.
32 Language(lldb::LanguageType language = lldb::eLanguageTypeUnknown);
49 /// a value that doesn't match of of the lldb::LanguageType
53 AsCString (lldb::DescriptionLevel level = lldb::eDescriptionLevelBrief) const;
59 GetDescription (Stream *s, lldb
[all...]
/external/lldb/examples/plugins/commands/
H A Dfooplugin.cpp20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result)
49 lldb::PluginInitialize (lldb::SBDebugger debugger)
51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL);
/external/lldb/test/functionalities/plugins/commands/
H A Dplugin.cpp20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result)
50 lldb::PluginInitialize (lldb::SBDebugger debugger)
52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter();
53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/external/lldb/scripts/Python/interface/
H A DSBHostOS.i10 namespace lldb {
16 static lldb::SBFileSpec
22 static lldb::thread_t
26 lldb::SBError *err);
29 ThreadCancel (lldb::thread_t thread,
30 lldb::SBError *err);
33 ThreadDetach (lldb::thread_t thread,
34 lldb::SBError *err);
36 ThreadJoin (lldb::thread_t thread,
38 lldb
[all...]
H A DSBDebugger.i10 namespace lldb {
18 import lldb
29 debugger = lldb.SBDebugger.Create()
38 target = debugger.CreateTargetWithFileAndArch (exe, lldb.LLDB_ARCH_DEFAULT)
55 if state == lldb.eStateStopped:
103 elif state == lldb.eStateExited:
119 static lldb::SBDebugger
122 static lldb::SBDebugger
125 static lldb::SBDebugger
126 Create(bool source_init_files, lldb
[all...]
H A DSBModuleSpec.i10 namespace lldb {
18 SBModuleSpec (const lldb::SBModuleSpec &rhs);
38 lldb::SBFileSpec
42 SetFileSpec (const lldb::SBFileSpec &fspec);
53 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
59 lldb::SBFileSpec
63 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
65 lldb::SBFileSpec
69 SetSymbolFileSpec (const lldb::SBFileSpec &fspec);
93 GetDescription (lldb
[all...]
H A DSBCommandInterpreter.i10 namespace lldb {
13 "SBCommandInterpreter handles/interprets commands for lldb. You get the
41 res = lldb.SBCommandReturnObject()
68 SBCommandInterpreter (const lldb::SBCommandInterpreter &rhs);
73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
87 lldb::SBBroadcaster
102 lldb::SBProcess
105 lldb::SBDebugger
109 SourceInitFileInHomeDirectory (lldb
[all...]
H A DSBSourceManager.i10 namespace lldb {
18 filespec = lldb.SBFileSpec('main.c', False)
21 stream = lldb.SBStream()
41 SBSourceManager (const lldb::SBSourceManager &rhs);
46 DisplaySourceLinesWithLineNumbers (const lldb::SBFileSpec &file,
51 lldb::SBStream &s);
54 } // namespace lldb
/external/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h15 #include "lldb/lldb-types.h"
33 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr,
34 lldb::addr_t addr, lldb::addr_t length, unsigned prot,
35 unsigned flags, lldb::addr_t fd, lldb::addr_t offset);
37 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
39 bool InferiorCall(Process *proc, const Address *address, lldb
[all...]

Completed in 247 milliseconds

1234567891011>>