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

1 2 34 5 6 7 8 91011>>

  /external/lldb/include/lldb/Core/
ValueObjectList.h 19 #include "lldb/lldb-private.h"
20 #include "lldb/Core/ClangForward.h"
21 #include "lldb/Core/UserID.h"
22 #include "lldb/Target/ExecutionContextScope.h"
45 Append (const lldb::ValueObjectSP &val_obj_sp);
50 lldb::ValueObjectSP
59 lldb::ValueObjectSP
62 lldb::ValueObjectSP
67 const lldb::ValueObjectSP &valobj_sp)
    [all...]
DataBufferHeap.h 16 #include "lldb/lldb-private.h"
17 #include "lldb/Core/DataBuffer.h"
22 /// @class DataBufferHeap DataBufferHeap.h "lldb/Core/DataBufferHeap.h"
53 DataBufferHeap (lldb::offset_t n, uint8_t ch);
64 DataBufferHeap (const void *src, lldb::offset_t src_len);
90 virtual lldb::offset_t
107 lldb::offset_t
108 SetByteSize (lldb::offset_t byte_size);
122 CopyData (const void *src, lldb::offset_t src_len)
    [all...]
DataBufferMemoryMap.h 15 #include "lldb/lldb-private.h"
16 #include "lldb/Core/DataBuffer.h"
17 #include "lldb/Core/Error.h"
23 /// @class DataBufferMemoryMap DataBufferMemoryMap.h "lldb/Core/DataBufferMemoryMap.h"
73 virtual lldb::offset_t
110 lldb::offset_t offset = 0,
111 lldb::offset_t length = SIZE_MAX,
139 lldb::offset_t offset,
140 lldb::offset_t length
    [all...]
  /external/lldb/include/lldb/Target/
ExecutionContext.h 38 #include "lldb/lldb-private.h"
39 #include "lldb/Target/StackID.h"
40 #include "lldb/Host/Mutex.h"
45 /// @class ExecutionContextRef ExecutionContext.h "lldb/Target/ExecutionContext.h"
179 /// @see ExecutionContextRef::SetContext(const lldb::TargetSP &, bool)
182 SetTargetSP (const lldb::TargetSP &target_sp);
197 /// @see ExecutionContextRef::SetContext(const lldb::ProcessSP &)
200 SetProcessSP (const lldb::ProcessSP &process_sp);
215 /// @see ExecutionContextRef::SetContext(const lldb::ThreadSP &
    [all...]
  /external/lldb/scripts/Python/interface/
SBSymbolContext.i 10 namespace lldb {
34 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
38 context = frame0.GetSymbolContext(lldb.eSymbolContextEverything)
54 SBSymbolContext (const lldb::SBSymbolContext& rhs);
61 lldb::SBModule GetModule ();
62 lldb::SBCompileUnit GetCompileUnit ();
63 lldb::SBFunction GetFunction ();
64 lldb::SBBlock GetBlock ();
65 lldb::SBLineEntry GetLineEntry ();
66 lldb::SBSymbol GetSymbol ()
    [all...]
SBBreakpointLocation.i 10 namespace lldb {
28 SBBreakpointLocation (const lldb::SBBreakpointLocation &rhs);
38 lldb::SBAddress
41 lldb::addr_t
74 SetThreadID (lldb::tid_t sb_thread_id);
76 lldb::tid_t
101 GetDescription (lldb::SBStream &description, DescriptionLevel level);
107 } // namespace lldb
SBBroadcaster.i 10 namespace lldb {
44 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
47 AddInitialEventsToListener (const lldb::SBListener &listener, uint32_t requested_events);
50 AddListener (const lldb::SBListener &listener, uint32_t event_mask);
59 RemoveListener (const lldb::SBListener &listener, uint32_t event_mask = UINT32_MAX);
62 operator == (const lldb::SBBroadcaster &rhs) const;
65 operator != (const lldb::SBBroadcaster &rhs) const;
68 } // namespace lldb
SBCommunication.i 10 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
SBDeclaration.i 10 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...]
SBTypeFilter.i 10 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
SBTypeSynthetic.i 10 namespace lldb {
22 static lldb::SBTypeSynthetic
25 static lldb::SBTypeSynthetic
28 SBTypeSynthetic (const lldb::SBTypeSynthetic &rhs);
36 IsEqualTo (lldb::SBTypeSynthetic &rhs);
57 GetDescription (lldb::SBStream &description,
58 lldb::DescriptionLevel description_level);
61 operator == (lldb::SBTypeSynthetic &rhs);
64 operator != (lldb::SBTypeSynthetic &rhs);
80 } // namespace lldb
    [all...]
SBStringList.i 10 namespace lldb {
18 SBStringList (const lldb::SBStringList &rhs);
32 AppendList (const lldb::SBStringList &strings);
44 } // namespace lldb
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 17 #include "lldb/lldb-types.h"
18 #include "lldb/lldb-enumerations.h"
19 #include "lldb/Core/Value.h"
20 #include "lldb/Target/ThreadPlan.h"
35 lldb::addr_t isa_addr,
36 lldb::addr_t sel_addr,
43 lldb::DescriptionLevel level);
48 virtual lldb::StateTyp
    [all...]
  /external/lldb/include/lldb/Breakpoint/
BreakpointLocationList.h 19 #include "lldb/lldb-private.h"
20 #include "lldb/Core/Address.h"
21 #include "lldb/Host/Mutex.h"
26 /// @class BreakpointLocationList BreakpointLocationList.h "lldb/Breakpoint/BreakpointLocationList.h"
61 const lldb::BreakpointLocationSP
75 lldb::BreakpointLocationSP
76 FindByID (lldb::break_id_t breakID) const;
88 lldb::break_id_t
121 lldb::BreakpointLocationS
    [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatCache.h 19 #include "lldb/lldb-public.h"
20 #include "lldb/Core/ConstString.h"
21 #include "lldb/DataFormatters/FormatClasses.h"
33 lldb::TypeSummaryImplSP m_summary_sp;
34 lldb::SyntheticChildrenSP m_synthetic_sp;
38 Entry (lldb::TypeSummaryImplSP);
39 Entry (lldb::SyntheticChildrenSP);
40 Entry (lldb::TypeSummaryImplSP,lldb::SyntheticChildrenSP)
    [all...]
DataVisualization.h 18 #include "lldb/Core/ConstString.h"
19 #include "lldb/DataFormatters/FormatClasses.h"
20 #include "lldb/DataFormatters/FormatManager.h"
24 // this class is the high-level front-end of LLDB Data Visualization
42 static lldb::TypeFormatImplSP
43 GetFormat (ValueObject& valobj, lldb::DynamicValueType use_dynamic);
45 static lldb::TypeFormatImplSP
49 Add (const ConstString &type, const lldb::TypeFormatImplSP &entry);
63 static lldb::TypeNameSpecifierImplSP
66 static lldb::TypeFormatImplS
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 13 #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::ValueObjectSP
    [all...]
RegisterContextMach_i386.h 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextMach_x86_64.h 31 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
40 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
  /external/lldb/source/Plugins/ABI/MacOSX-arm/
ABIMacOSX_arm.h 17 #include "lldb/lldb-private.h"
18 #include "lldb/Target/ABI.h"
30 lldb::addr_t sp,
31 lldb::addr_t func_addr,
32 lldb::addr_t returnAddress,
33 lldb::addr_t *arg1_ptr = NULL,
34 lldb::addr_t *arg2_ptr = NULL,
35 lldb::addr_t *arg3_ptr = NULL,
36 lldb::addr_t *arg4_ptr = NULL
    [all...]
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.h 17 #include "lldb/lldb-private.h"
18 #include "lldb/Target/ABI.h"
19 #include "lldb/Core/Value.h"
33 lldb::addr_t sp,
34 lldb::addr_t func_addr,
35 lldb::addr_t return_addr,
36 lldb::addr_t *arg1_ptr = NULL,
37 lldb::addr_t *arg2_ptr = NULL,
38 lldb::addr_t *arg3_ptr = NULL
    [all...]
  /external/lldb/include/lldb/API/
SBInstructionList.h 13 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
38 lldb::SBInstruction
45 AppendInstruction (lldb::SBInstruction inst);
51 GetDescription (lldb::SBStream &description);
62 SetDisassembler (const lldb::DisassemblerSP &opaque_sp);
65 lldb::DisassemblerSP m_opaque_sp;
69 } // namespace lldb
  /external/lldb/include/lldb/Expression/
ClangExpression.h 22 #include "lldb/lldb-forward.h"
23 #include "lldb/lldb-private.h"
24 #include "lldb/Core/ClangForward.h"
25 #include "lldb/Target/Process.h"
32 /// @class ClangExpression ClangExpression.h "lldb/Expression/ClangExpression.h"
35 /// LLDB uses expressions for various purposes, notably to call functions
81 virtual lldb::LanguageType
84 return lldb::eLanguageTypeUnknown
    [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
RegisterContextKDP_i386.h 33 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
39 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
42 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
48 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextKDP_x86_64.h 34 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr);
37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
40 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
43 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr);
46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
49 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);

Completed in 344 milliseconds

1 2 34 5 6 7 8 91011>>