Searched defs:lldb (Results 26 - 50 of 421) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBStringList.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBStringList (const lldb::SBStringList &rhs);
40 AppendList (const lldb::SBStringList &strings);
69 } // namespace lldb
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...]
H A DSBSymbolContext.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBBlock.h"
15 #include "lldb/API/SBCompileUnit.h"
16 #include "lldb/API/SBFunction.h"
17 #include "lldb/API/SBLineEntry.h"
18 #include "lldb/API/SBModule.h"
19 #include "lldb/API/SBSymbol.h"
21 namespace lldb { namespace
28 SBSymbolContext (const lldb::SBSymbolContext& rhs);
35 const lldb
[all...]
H A DSBSymbolContextList.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBSymbolContext.h"
16 namespace lldb { namespace
23 SBSymbolContextList (const lldb::SBSymbolContextList& rhs);
27 const lldb::SBSymbolContextList &
28 operator = (const lldb::SBSymbolContextList &rhs);
36 lldb::SBSymbolContext
40 GetDescription (lldb::SBStream &description);
43 Append (lldb::SBSymbolContext &sc);
46 Append (lldb
[all...]
H A DSBTypeCategory.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
23 SBTypeCategory (const lldb::SBTypeCategory &rhs);
40 GetDescription (lldb::SBStream &description,
41 lldb::DescriptionLevel description_level);
137 lldb::SBTypeCategory &
138 operator = (const lldb::SBTypeCategory &rhs);
141 operator == (lldb::SBTypeCategory &rhs);
144 operator != (lldb::SBTypeCategory &rhs);
149 lldb
[all...]
H A DSBTypeFilter.h13 #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
[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 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 DSBTypeSummary.h13 #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
35 uint32_t options = 0); // see lldb::eTypeOption values
37 SBTypeSummary (const lldb::SBTypeSummary &rhs);
72 GetDescription (lldb::SBStream &description,
73 lldb::DescriptionLevel description_level);
75 lldb::SBTypeSummary &
76 operator = (const lldb
[all...]
H A DSBTypeSynthetic.h13 #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
[all...]
H A DSBValueList.h13 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
25 SBValueList (const lldb::SBValueList &rhs);
36 Append (const lldb::SBValue &val_obj);
39 Append (const lldb::SBValueList& value_list);
44 lldb::SBValue
47 lldb::SBValue
48 FindValueObjectByUID (lldb::user_id_t uid);
50 const lldb::SBValueList &
51 operator = (const lldb
[all...]
H A DSBWatchpoint.h13 #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
[all...]
/external/lldb/test/functionalities/conditional_break/
H A Dconditional_break.py2 import lldb namespace
/external/lldb/test/python_api/default-constructor/
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)
H A Dsb_block.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
17 obj.GetDescription(lldb.SBStream())
H A Dsb_breakpoint.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
33 obj.GetDescription(lldb.SBStream())
H A Dsb_breakpointlocation.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
24 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
26 # Do fuzz testing on the breakpoint obj, it should not crash lldb.
H A Dsb_broadcaster.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
9 obj.BroadcastEventByType(lldb.eBreakpointEventTypeInvalidType, True)
10 obj.BroadcastEvent(lldb.SBEvent(), False)
11 listener = lldb.SBListener("fuzz_testing")
H A Dsb_communication.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
10 # Do fuzz testing on the broadcaster obj, it should not crash lldb.
H A Dsb_compileunit.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
13 obj.GetDescription(lldb.SBStream())
H A Dsb_debugger.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
22 obj.HandleProcessEvent(lldb.SBProcess(), lldb.SBEvent(), None, None)
26 obj.DeleteTarget(lldb.SBTarget())
33 obj.SetSelectedTarget(lldb.SBTarget())
41 obj.PushInputReader(lldb.SBInputReader())
42 obj.NotifyTopInputReader(lldb.eInputReaderActivate)
43 obj.InputReaderIsTopReader(lldb.SBInputReader())
45 obj.GetDescription(lldb
[all...]
H A Dsb_error.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
14 obj.SetError(5, lldb.eErrorTypeGeneric)
21 obj.GetDescription(lldb.SBStream())
H A Dsb_event.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
12 # Do fuzz testing on the broadcaster obj, it should not crash lldb.
16 obj.GetDescription(lldb.SBStream())
H A Dsb_filespec.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
14 obj.GetDescription(lldb.SBStream())
H A Dsb_frame.py2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
6 import lldb namespace
24 obj.EvaluateExpression("x + y", lldb.eDynamicCanRunTarget)
30 obj.GetVariables(True, True, True, False, lldb.eDynamicCanRunTarget)
33 obj.FindVariable("my_var", lldb.eDynamicCanRunTarget)
34 obj.FindValue("your_var", lldb.eValueTypeVariableGlobal)
35 obj.FindValue("your_var", lldb.eValueTypeVariableStatic, lldb.eDynamicCanRunTarget)
36 obj.GetDescription(lldb.SBStream())

Completed in 729 milliseconds

1234567891011>>