HomeSort by relevance Sort by last modified time
    Searched refs:lldb (Results 1 - 25 of 1230) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/source/DataFormatters/
FormatClasses.cpp 10 #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/DataFormatters/FormatClasses.h
    [all...]
  /external/lldb/scripts/Python/interface/
SBHostOS.i 10 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::SBError *err)
    [all...]
  /external/lldb/include/lldb/API/
SBFrame.h 13 #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::addr_
    [all...]
SBTypeFormat.h 13 #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::SBTypeFormat
    [all...]
SBHostOS.h 13 #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::thread_t thread
    [all...]
SBBreakpoint.h 13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
24 lldb::SBBreakpointLocation &location);
28 SBBreakpoint (const lldb::SBBreakpoint& rhs);
32 const lldb::SBBreakpoint &
33 operator = (const lldb::SBBreakpoint& rhs);
38 operator == (const lldb::SBBreakpoint& rhs);
41 operator != (const lldb::SBBreakpoint& rhs);
52 lldb::SBBreakpointLocation
53 FindLocationByAddress (lldb::addr_t vm_addr)
    [all...]
SBFunction.h 13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBAddress.h"
15 #include "lldb/API/SBInstructionList.h"
17 namespace lldb { namespace
25 SBFunction (const lldb::SBFunction &rhs);
27 const lldb::SBFunction &
28 operator = (const lldb::SBFunction &rhs);
41 lldb::SBInstructionList
42 GetInstructions (lldb::SBTarget target);
44 lldb::SBInstructionLis
    [all...]
SBWatchpoint.h 13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBWatchpoint (const lldb::SBWatchpoint &rhs);
25 SBWatchpoint (const lldb::WatchpointSP &wp_sp);
29 const lldb::SBWatchpoint &
30 operator = (const lldb::SBWatchpoint &rhs);
45 lldb::addr_t
73 GetDescription (lldb::SBStream &description, DescriptionLevel level);
78 lldb::WatchpointSP
82 SetSP (const lldb::WatchpointSP &sp)
    [all...]
SBType.h 13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
24 SBTypeMember (const lldb::SBTypeMember& rhs);
28 lldb::SBTypeMember&
29 operator = (const lldb::SBTypeMember& rhs);
37 lldb::SBType
53 GetDescription (lldb::SBStream &description,
54 lldb::DescriptionLevel description_level);
77 SBType (const lldb::SBType &rhs);
99 lldb::SBTyp
    [all...]
SBProcess.h 13 #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::ByteOrde
    [all...]
SBData.h 13 #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::offset_t offset)
    [all...]
SBInstruction.h 13 #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::SBStream &description)
    [all...]
SBTypeFilter.h 13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBTypeFilter (uint32_t options); // see lldb::eTypeOption values
25 SBTypeFilter (const lldb::SBTypeFilter &rhs);
54 GetDescription (lldb::SBStream &description,
55 lldb::DescriptionLevel description_level);
57 lldb::SBTypeFilter &
58 operator = (const lldb::SBTypeFilter &rhs);
61 IsEqualTo (lldb::SBTypeFilter &rhs);
64 operator == (lldb::SBTypeFilter &rhs)
    [all...]
SBTypeNameSpecifier.h 13 #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::SBTypeNameSpecifier &rhs)
    [all...]
SBTypeSynthetic.h 13 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
27 uint32_t options = 0); // see lldb::eTypeOption values
31 uint32_t options = 0); // see lldb::eTypeOption values
33 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);
62 GetDescription (lldb::SBStream &description,
63 lldb::DescriptionLevel description_level);
65 lldb::SBTypeSynthetic &
66 operator = (const lldb::SBTypeSynthetic &rhs);
69 IsEqualTo (lldb::SBTypeSynthetic &rhs)
    [all...]
SBModule.h 13 #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);
49 /// that is running LLDB. This can differ from the path on the
55 lldb::SBFileSpe
    [all...]
SBSection.h 13 #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::addr_
    [all...]
  /external/lldb/include/lldb/Target/
ExecutionContextScope.h 17 #include "lldb/lldb-private.h"
22 /// @class ExecutionContextScope ExecutionContextScope.h "lldb/Symbol/ExecutionContextScope.h"
45 virtual lldb::TargetSP
48 virtual lldb::ProcessSP
51 virtual lldb::ThreadSP
54 virtual lldb::StackFrameSP
StackFrame.h 17 #include "lldb/Core/Error.h"
18 #include "lldb/Core/Flags.h"
19 #include "lldb/Core/Scalar.h"
20 #include "lldb/Core/StreamString.h"
21 #include "lldb/Core/UserID.h"
22 #include "lldb/Core/ValueObjectList.h"
23 #include "lldb/Symbol/SymbolContext.h"
24 #include "lldb/Target/ExecutionContextScope.h"
25 #include "lldb/Target/StackID.h"
45 StackFrame (const lldb::ThreadSP &thread_sp
    [all...]
  /external/lldb/source/Core/
Baton.cpp 10 #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/
BreakpointID.h 18 #include "lldb/lldb-private.h"
30 BreakpointID (lldb::break_id_t bp_id = LLDB_INVALID_BREAK_ID,
31 lldb::break_id_t loc_id = LLDB_INVALID_BREAK_ID);
36 lldb::break_id_t
42 lldb::break_id_t
49 SetID (lldb::break_id_t bp_id, lldb::break_id_t loc_id)
56 SetBreakpointID (lldb::break_id_t bp_id)
62 SetBreakpointLocationID (lldb::break_id_t loc_id
    [all...]
BreakpointSiteList.h 18 #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::BreakpointSiteS
    [all...]
  /external/lldb/include/lldb/Core/
DataExtractor.h 15 #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::offset_t length)
    [all...]
  /external/lldb/examples/plugins/commands/
fooplugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
16 #include <LLDB/SBCommandInterpreter.h>
17 #include <LLDB/SBCommandReturnObject.h>
18 #include <LLDB/SBDebugger.h>
20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result
    [all...]
  /external/lldb/test/functionalities/plugins/commands/
plugin.cpp 11 An example plugin for LLDB that provides a new foo command with a child subcommand
13 by typing plugin load foo.dylib at the LLDB command line
16 #include <LLDB/SBCommandInterpreter.h>
17 #include <LLDB/SBCommandReturnObject.h>
18 #include <LLDB/SBDebugger.h>
20 namespace lldb { namespace
22 PluginInitialize (lldb::SBDebugger debugger);
25 class ChildCommand : public lldb::SBCommandPluginInterface
29 DoExecute (lldb::SBDebugger debugger,
31 lldb::SBCommandReturnObject &result
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>