Searched defs:lldb (Results 76 - 100 of 421) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/API/
H A DSBModuleSpec.h13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBFileSpec.h"
16 namespace lldb { namespace
47 lldb::SBFileSpec
51 SetFileSpec (const lldb::SBFileSpec &fspec);
62 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
68 lldb::SBFileSpec
72 SetPlatformFileSpec (const lldb::SBFileSpec &fspec);
74 lldb::SBFileSpec
78 SetSymbolFileSpec (const lldb
[all...]
H A DSBStream.h15 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
109 } // namespace lldb
H A DSBValue.h13 #include "lldb/API/SBData.h"
14 #include "lldb/API/SBDefines.h"
15 #include "lldb/API/SBType.h"
20 namespace lldb { namespace
29 SBValue (const lldb::SBValue &rhs);
31 lldb::SBValue &
32 operator =(const lldb::SBValue &rhs);
45 lldb::user_id_t
60 lldb::Format
64 SetFormat (lldb
[all...]
H A DSBInputReader.h13 #include "lldb/API/SBDefines.h"
15 namespace lldb { namespace
29 SBInputReader (const lldb::InputReaderSP &reader_sp);
31 SBInputReader (const lldb::SBInputReader &rhs);
40 lldb::InputReaderGranularity granularity,
48 const lldb::SBInputReader &
49 operator = (const lldb::SBInputReader &rhs);
69 lldb::InputReaderSP &
72 const lldb::InputReaderSP &
86 lldb
[all...]
H A DSBType.h13 #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
[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 DSBThread.h13 #include "lldb/API/SBDefines.h"
17 namespace lldb { namespace
38 SBThread (const lldb::SBThread &thread);
40 SBThread (const lldb::ThreadSP& lldb_object_sp);
50 lldb::StopReason
85 lldb::tid_t
98 StepOver (lldb::RunMode stop_other_threads = lldb::eOnlyDuringStepping);
101 StepInto (lldb::RunMode stop_other_threads = lldb
[all...]
/external/lldb/examples/customization/import-python/
H A Dimportcmd.py1 import sys,os,lldb namespace
/external/lldb/examples/summaries/cocoa/
H A DClass.py8 import lldb namespace
9 import lldb.runtime.objc.objc_runtime namespace
10 import lldb.formatters.Logger namespace
13 logger = lldb.formatters.Logger.Logger()
14 runtime =lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa(valobj)
H A Dcache.py8 import lldb.formatters.metrics namespace
13 self.statistics = lldb.formatters.metrics.Metrics()
/external/lldb/test/functionalities/command_script/
H A Dmysto.py1 import lldb namespace
14 debugger.GetSelectedTarget().GetProcess().GetSelectedThread().StepOver(lldb.eOnlyThisThread)
/external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
H A DfooSynthProvider.py1 import lldb namespace
5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/lldb/test/functionalities/data-formatter/rdar-10887661/
H A DfooSynthProvider.py1 import lldb namespace
5 self.int_type = valobj.GetType().GetBasicType(lldb.eBasicTypeInt)
/external/lldb/test/python_api/formatters/
H A Djas_synth.py1 import lldb namespace
22 debugger.CreateCategory("JASSynth").AddTypeSynthetic(lldb.SBTypeNameSpecifier("JustAStruct"),
23 lldb.SBTypeSynthetic.CreateWithClassName("jas_synth.jasSynthProvider"))
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dimport_lldb.py2 # Locate and load the lldb python module
7 """ Find and import the lldb modules. This function tries to find the lldb module by:
8 1. Simply by doing "import lldb" in case the system python installation is aware of lldb. If that fails,
9 2. Executes the lldb executable pointed to by the LLDB environment variable (or if unset, the first lldb
10 on PATH") with the -P flag to determine the PYTHONPATH to set. If the lldb executable returns a valid
15 # Try simple 'import lldb', in case of a system-wide install or a pre-configured PYTHONPATH
17 import lldb namespace
37 import lldb namespace
51 import lldb namespace
[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/examples/python/
H A Dcmdtemplate.py6 # # To use this in the embedded python interpreter using "lldb" just
9 # (lldb) command script import /path/to/cmdtemplate.py
12 import lldb namespace
44 # in a command - the lldb.* convenience variables are not to be used
53 # from now on, replace lldb.<thing>.whatever with <thing>.whatever
H A Ddiagnose_unwind.py3 # command script import lldb.diagnose
4 # it is used when lldb's backtrace fails -- it collects and prints
6 # algorithm, that will help to understand why lldb's unwind algorithm
10 import lldb namespace
23 sbaddr = lldb.SBAddress()
42 sym_ctx = target.ResolveSymbolContextForAddress(sbaddr, lldb.eSymbolContextEverything)
62 if initial_fp == lldb.LLDB_INVALID_ADDRESS and target.triple[0:3] == "arm":
79 cur_fp = process.ReadPointerFromMemory (initial_fp, lldb.SBError())
80 cur_pc = process.ReadPointerFromMemory (initial_fp + process.GetAddressByteSize(), lldb.SBError())
84 while cur_pc != 0 and cur_fp != 0 and cur_pc != lldb
[all...]
H A Dglobals.py11 import lldb namespace
19 error = lldb.SBError()
23 target = lldb.debugger.CreateTarget(path, options.arch, options.platform, False, error)
32 if symbol.type == lldb.eSymbolTypeData:
40 global_variable_list = module.FindGlobalVariables (target, global_name, lldb.UINT32_MAX)
46 print 'type = %s' % global_variable.type # Returns an lldb.SBType object
47 print 'addr = %s' % global_variable.addr # Returns an lldb.SBAddress (section offset address) for this global
56 description='''This command will find all globals in the specified object file and return an list() of lldb.SBValue objects (which might be empty).'''
70 lldb.debugger = lldb
[all...]
H A Dlldb_module_utils.py3 import lldb namespace
27 lldb.target = target
30 module_fspec = lldb.SBFileSpec (module_name, False)
58 lldb.debugger.HandleCommand('command script add -f %s.dump_module_line_tables dump_module_line_tables' % __name__)
H A Doperating_system.py3 import lldb namespace
17 if type(process) is lldb.SBProcess and process.IsValid():
22 # NOTE: Don't use "lldb.target" when trying to get your target as the "lldb.target"
/external/lldb/include/lldb/Host/
H A DEndian.h13 #include "lldb/lldb-enumerations.h"
15 namespace lldb { namespace
/external/lldb/test/arm_emulation/
H A DTestEmulations.py7 import lldb namespace
42 insn = lldb.SBInstruction ();
43 stream = lldb.SBStream ();
54 lldb.SBDebugger.Initialize()
55 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/call-function/
H A DTestCallStdStringFunction.py6 import lldb namespace
60 lldb.SBDebugger.Initialize()
61 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/formatters/
H A Dfoosynth.py1 import lldb namespace
26 self.is_little = (self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle)

Completed in 996 milliseconds

1234567891011>>