Searched refs:lldb (Results 101 - 125 of 1229) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBBreakpointLocation.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBBreakpoint.h"
16 namespace lldb { namespace
24 SBBreakpointLocation (const lldb::SBBreakpointLocation &rhs);
28 const lldb::SBBreakpointLocation &
29 operator = (const lldb::SBBreakpointLocation &rhs);
37 lldb::SBAddress
40 lldb::addr_t
62 SetThreadID (lldb::tid_t sb_thread_id);
64 lldb
[all...]
H A DSBDebugger.h13 #include "lldb/API/SBDefines.h"
16 namespace lldb { namespace
29 static lldb::SBDebugger
32 static lldb::SBDebugger
35 static lldb::SBDebugger
36 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
39 Destroy (lldb::SBDebugger &debugger);
46 SBDebugger(const lldb::SBDebugger &rhs);
48 SBDebugger(const lldb::DebuggerSP &debugger_sp);
50 lldb
[all...]
H A DSBLineEntry.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBAddress.h"
15 #include "lldb/API/SBFileSpec.h"
17 namespace lldb { namespace
25 SBLineEntry (const lldb::SBLineEntry &rhs);
29 const lldb::SBLineEntry &
30 operator = (const lldb::SBLineEntry &rhs);
32 lldb::SBAddress
35 lldb::SBAddress
41 lldb
[all...]
H A DSBSymbol.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBAddress.h"
15 #include "lldb/API/SBInstructionList.h"
16 #include "lldb/API/SBTarget.h"
18 namespace lldb { namespace
28 SBSymbol (const lldb::SBSymbol &rhs);
30 const lldb::SBSymbol &
31 operator = (const lldb::SBSymbol &rhs);
43 lldb::SBInstructionList
44 GetInstructions (lldb
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DStoppoint.h17 #include "lldb/lldb-private.h"
18 #include "lldb/Core/UserID.h"
45 lldb::break_id_t
49 SetID (lldb::break_id_t bid);
52 lldb::break_id_t m_bid;
/external/lldb/scripts/Python/interface/
H A DSBEvent.i10 namespace lldb {
52 self.assertTrue(process.GetState() == lldb.eStateStopped,
59 event = lldb.SBEvent()
62 listener = lldb.SBListener('my listener')
63 rc = broadcaster.AddListener(listener, lldb.SBProcess.eBroadcastBitStateChanged)
82 lldb.SBProcess.eBroadcastBitStateChanged,
116 SBEvent (const lldb::SBEvent &rhs);
134 lldb::SBBroadcaster
141 BroadcasterMatchesRef (const lldb::SBBroadcaster &broadcaster);
147 GetCStringFromEvent (const lldb
[all...]
H A DSBTarget.i10 namespace lldb {
104 SBAttachInfo (lldb::pid_t pid);
108 SBAttachInfo (const lldb::SBAttachInfo &rhs);
110 lldb::pid_t
114 SetProcessID (lldb::pid_t pid);
120 SetExecutable (lldb::SBFileSpec exe_file);
182 lldb::pid_t
186 SetParentProcessID (lldb::pid_t pid);
203 (x86_64) /Volumes/data/lldb/svn/trunk/test/python_api/lldbutil/iter/a.out
228 declare @ '/Volumes/data/lldb/sv
[all...]
H A DSBBreakpoint.i10 namespace lldb {
52 thread = get_stopped_thread(process, lldb.eStopReasonBreakpoint)
87 lldb::SBBreakpointLocation &location);
91 SBBreakpoint (const lldb::SBBreakpoint& rhs);
104 lldb::SBBreakpointLocation
105 FindLocationByAddress (lldb::addr_t vm_addr);
107 lldb::break_id_t
108 FindLocationIDByAddress (lldb::addr_t vm_addr);
110 lldb::SBBreakpointLocation
111 FindLocationByID (lldb
[all...]
H A DSBFrame.i10 namespace lldb {
53 SBFrame (const lldb::SBFrame &rhs);
58 IsEqual (const lldb::SBFrame &rhs) const;
66 lldb::addr_t
70 SetPC (lldb::addr_t new_pc);
72 lldb::addr_t
75 lldb::addr_t
78 lldb::SBAddress
81 lldb::SBSymbolContext
84 lldb
[all...]
/external/lldb/test/functionalities/backticks/
H A DTestBackticksWithoutATarget.py7 import lldb namespace
21 lldb.SBDebugger.Initialize()
22 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/python_api/default-constructor/
H A Dsb_function.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
11 obj.GetInstructions(lldb.SBTarget())
14 # Do fuzz testing on the address obj, it should not crash lldb.
19 obj.GetDescription(lldb.SBStream())
H A Dsb_instructionlist.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
11 obj.AppendInstruction(lldb.SBInstruction())
13 obj.GetDescription(lldb.SBStream())
H A Dsb_symbol.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
11 obj.GetInstructions(lldb.SBTarget())
16 obj.GetDescription(lldb.SBStream())
H A Dsb_address.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
10 obj.GetLoadAddress(lldb.SBTarget())
11 obj.SetLoadAddress(0xffff, lldb.SBTarget())
13 obj.GetDescription(lldb.SBStream())
15 obj.GetSymbolContext(lldb.eSymbolContextEverything)
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h16 #include "lldb/Breakpoint/StoppointCallbackContext.h"
17 #include "lldb/Target/DynamicLoader.h"
57 virtual lldb::ThreadPlanSP
87 lldb::addr_t m_load_offset;
90 lldb::addr_t m_entry_point;
96 lldb::break_id_t m_dyld_bid;
108 lldb::user_id_t break_id,
109 lldb::user_id_t break_loc_id);
122 UpdateLoadedSections(lldb::ModuleSP module,
123 lldb
[all...]
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h13 #include "lldb/Symbol/ObjectContainer.h"
14 #include "lldb/Host/FileSpec.h"
38 CreateInstance (const lldb::ModuleSP &module_sp,
39 lldb::DataBufferSP& data_sp,
40 lldb::offset_t data_offset,
42 lldb::offset_t offset,
43 lldb::offset_t length);
47 lldb::DataBufferSP& data_sp,
48 lldb::offset_t data_offset,
49 lldb
[all...]
/external/lldb/test/lang/cpp/breakpoints/
H A DTestCPPBreakpoints.py2 Test lldb breakpoint command for CPP methods & functions in a namespace.
7 import lldb namespace
40 a_out_module = lldb.SBFileSpecList()
41 a_out_module.Append(lldb.SBFileSpec(exe))
43 nested_comp_unit = lldb.SBFileSpecList()
44 nested_comp_unit.Append (lldb.SBFileSpec("nested.cpp"))
48 lldb.eFunctionNameTypeAuto,
56 lldb.eFunctionNameTypeAuto,
63 lldb.eFunctionNameTypeAuto,
69 lldb
[all...]
/external/lldb/include/lldb/Core/
H A DValueObjectConstResult.h17 #include "lldb/Core/ValueObject.h"
19 #include "lldb/Core/ValueObjectConstResultImpl.h"
29 static lldb::ValueObjectSP
31 lldb::ByteOrder byte_order,
33 lldb::addr_t address = LLDB_INVALID_ADDRESS);
35 static lldb::ValueObjectSP
40 lldb::addr_t address = LLDB_INVALID_ADDRESS);
42 static lldb::ValueObjectSP
46 const lldb::DataBufferSP &result_data_sp,
47 lldb
[all...]
H A DVMRange.h13 #include "lldb/lldb-private.h"
36 VMRange(lldb::addr_t start_addr, lldb::addr_t end_addr) :
55 Reset (lldb::addr_t start_addr, lldb::addr_t end_addr)
63 SetBaseAddress (lldb::addr_t base_addr)
69 SetEndAddress (lldb::addr_t end_addr)
71 const lldb::addr_t base_addr = GetBaseAddress();
78 lldb
[all...]
H A DAddressRange.h13 #include "lldb/Core/Address.h"
18 /// @class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
39 /// A section pointer to a valid lldb::Section, or NULL if the
48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
79 AddressRange (const Address& so_addr, lldb::addr_t byte_size);
151 ContainsFileAddress (lldb
[all...]
H A DValueObjectConstResultImpl.h17 #include "lldb/Core/ValueObject.h"
31 lldb::addr_t live_address = LLDB_INVALID_ADDRESS);
38 lldb::ValueObjectSP
44 lldb::ValueObjectSP
47 lldb::ValueObjectSP
57 lldb::addr_t
64 SetLiveAddress(lldb::addr_t addr = LLDB_INVALID_ADDRESS,
71 lldb::ValueObjectSP
74 virtual lldb::addr_t
86 lldb
[all...]
/external/lldb/include/lldb/Target/
H A DStopInfo.h19 #include "lldb/lldb-public.h"
20 #include "lldb/Target/Process.h"
44 SetThread (const lldb::ThreadSP &thread_sp)
49 lldb::ThreadSP
69 virtual lldb::StopReason
99 WillResume (lldb::StateType resume_state)
143 static lldb::StopInfoSP
144 CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id);
147 static lldb
[all...]
H A DThreadPlanCallUserExpression.h17 #include "lldb/lldb-private.h"
18 #include "lldb/Expression/ClangUserExpression.h"
19 #include "lldb/Target/Thread.h"
20 #include "lldb/Target/ThreadPlan.h"
21 #include "lldb/Target/ThreadPlanCallFunction.h"
30 lldb::addr_t arg,
34 lldb::addr_t *this_arg,
35 lldb::addr_t *cmd_arg,
42 GetDescription (Stream *s, lldb
[all...]
H A DThreadPlanStepOut.h17 #include "lldb/Target/Thread.h"
18 #include "lldb/Target/ThreadPlan.h"
35 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
39 virtual lldb::StateType GetPlanRunState ();
45 virtual lldb::ValueObjectSP GetReturnValueObject()
52 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
57 lldb::addr_t m_step_from_insn;
60 lldb::break_id_t m_return_bp_id;
61 lldb::addr_t m_return_addr;
64 lldb
[all...]
H A DThreadPlanStepUntil.h17 #include "lldb/Target/Thread.h"
18 #include "lldb/Target/ThreadPlan.h"
28 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
32 virtual lldb::StateType GetPlanRunState ();
37 virtual bool DoWillResume (lldb::StateType resume_state, bool current_plan);
41 lldb::addr_t *address_list,
50 lldb::addr_t m_step_from_insn;
51 lldb::break_id_t m_return_bp_id;
52 lldb::addr_t m_return_addr;
58 typedef std::map<lldb
[all...]

Completed in 3146 milliseconds

1234567891011>>