|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBTarget self) -> SBTarget __init__(lldb::SBTarget
self, SBTarget rhs) -> SBTarget |
source code
|
|
|
__swig_destroy__(...)
delete_SBTarget(SBTarget self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBTarget self) -> bool |
source code
|
|
|
GetProcess(self)
GetProcess(SBTarget self) -> SBProcess |
source code
|
|
|
LaunchSimple(self,
*args)
LaunchSimple(SBTarget self, str const ** argv, str const ** envp, str const * working_directory) -> SBProcess |
source code
|
|
|
Launch(self,
*args)
Launch(SBTarget self, SBListener listener, str const ** argv, str const ** envp, str const * stdin_path,
str const * stdout_path, str const * stderr_path, str const * working_directory,
uint32_t launch_flags, bool stop_at_entry, SBError error) -> SBProcess
Launch(SBTarget self, SBLaunchInfo launch_info, SBError error) -> SBProcess |
source code
|
|
|
|
|
Attach(self,
*args)
Attach(SBTarget self, SBAttachInfo attach_info, SBError error) ->
SBProcess |
source code
|
|
|
|
|
|
|
ConnectRemote(self,
*args)
ConnectRemote(SBTarget self, SBListener listener, str const * url, str const * plugin_name, SBError error) -> SBProcess |
source code
|
|
|
GetExecutable(self)
GetExecutable(SBTarget self) -> SBFileSpec |
source code
|
|
|
AddModule(self,
*args)
AddModule(SBTarget self, SBModule module) -> bool
AddModule(SBTarget self, str const * path, str const * triple, str
const * uuid) -> SBModule AddModule(SBTarget self, str const *
path, str const * triple, str const * uuid_cstr, str const * symfile)
-> SBModule AddModule(SBTarget self, SBModuleSpec module_spec)
-> SBModule |
source code
|
|
|
GetNumModules(self)
GetNumModules(SBTarget self) -> uint32_t |
source code
|
|
|
GetModuleAtIndex(self,
*args)
GetModuleAtIndex(SBTarget self, uint32_t idx) -> SBModule |
source code
|
|
|
RemoveModule(self,
*args)
RemoveModule(SBTarget self, SBModule module) -> bool |
source code
|
|
|
GetDebugger(self)
GetDebugger(SBTarget self) -> SBDebugger |
source code
|
|
|
FindModule(self,
*args)
FindModule(SBTarget self, SBFileSpec file_spec) -> SBModule |
source code
|
|
|
GetByteOrder(self)
GetByteOrder(SBTarget self) -> lldb::ByteOrder |
source code
|
|
|
GetAddressByteSize(self)
GetAddressByteSize(SBTarget self) -> uint32_t |
source code
|
|
|
GetTriple(self)
GetTriple(SBTarget self) -> str const * |
source code
|
|
|
SetSectionLoadAddress(self,
*args)
SetSectionLoadAddress(SBTarget self, SBSection section, lldb::addr_t
section_base_addr) -> SBError |
source code
|
|
|
ClearSectionLoadAddress(self,
*args)
ClearSectionLoadAddress(SBTarget self, SBSection section) ->
SBError |
source code
|
|
|
SetModuleLoadAddress(self,
*args)
SetModuleLoadAddress(SBTarget self, SBModule module, int64_t
sections_offset) -> SBError |
source code
|
|
|
ClearModuleLoadAddress(self,
*args)
ClearModuleLoadAddress(SBTarget self, SBModule module) -> SBError |
source code
|
|
|
FindFunctions(self,
*args)
FindFunctions(SBTarget self, str const * name, uint32_t name_type_mask=eFunctionNameTypeAny) -> SBSymbolContextList
FindFunctions(SBTarget self, str const * name) -> SBSymbolContextList |
source code
|
|
|
FindFirstType(self,
*args)
FindFirstType(SBTarget self, str const * type) -> SBType |
source code
|
|
|
FindTypes(self,
*args)
FindTypes(SBTarget self, str const * type) -> SBTypeList |
source code
|
|
|
GetBasicType(self,
*args)
GetBasicType(SBTarget self, lldb::BasicType type) -> SBType |
source code
|
|
|
GetSourceManager(self)
GetSourceManager(SBTarget self) -> SBSourceManager |
source code
|
|
|
|
|
|
|
|
|
ResolveLoadAddress(self,
*args)
ResolveLoadAddress(SBTarget self, lldb::addr_t vm_addr) ->
SBAddress |
source code
|
|
|
ResolveSymbolContextForAddress(self,
*args)
ResolveSymbolContextForAddress(SBTarget self, SBAddress addr,
uint32_t resolve_scope) -> SBSymbolContext |
source code
|
|
|
BreakpointCreateByLocation(self,
*args)
BreakpointCreateByLocation(SBTarget self, str const * file, uint32_t
line) -> SBBreakpoint BreakpointCreateByLocation(SBTarget self,
SBFileSpec file_spec, uint32_t line) -> SBBreakpoint |
source code
|
|
|
BreakpointCreateByName(self,
*args)
BreakpointCreateByName(SBTarget self, str const * symbol_name, str
const * module_name=None) -> SBBreakpoint
BreakpointCreateByName(SBTarget self, str const * symbol_name) ->
SBBreakpoint BreakpointCreateByName(SBTarget self, str const *
symbol_name, uint32_t func_name_type, SBFileSpecList module_list,
SBFileSpecList comp_unit_list) -> SBBreakpoint |
source code
|
|
|
BreakpointCreateByNames(self,
*args)
BreakpointCreateByNames(SBTarget self, str const *[] symbol_name, uint32_t num_names, uint32_t name_type_mask, SBFileSpecList module_list, ... |
source code
|
|
|
BreakpointCreateByRegex(self,
*args)
BreakpointCreateByRegex(SBTarget self, str const * symbol_name_regex,
str const * module_name=None) -> SBBreakpoint
BreakpointCreateByRegex(SBTarget self, str const * symbol_name_regex)
-> SBBreakpoint |
source code
|
|
|
BreakpointCreateBySourceRegex(self,
*args)
BreakpointCreateBySourceRegex(SBTarget self, str const *
source_regex, SBFileSpec source_file, str const * module_name=None)
-> SBBreakpoint BreakpointCreateBySourceRegex(SBTarget self, str
const * source_regex, SBFileSpec source_file) -> SBBreakpoint |
source code
|
|
|
BreakpointCreateForException(self,
*args)
BreakpointCreateForException(SBTarget self, lldb::LanguageType
language, bool catch_bp, bool throw_bp) -> SBBreakpoint |
source code
|
|
|
BreakpointCreateByAddress(self,
*args)
BreakpointCreateByAddress(SBTarget self, lldb::addr_t address) ->
SBBreakpoint |
source code
|
|
|
GetNumBreakpoints(self)
GetNumBreakpoints(SBTarget self) -> uint32_t |
source code
|
|
|
GetBreakpointAtIndex(self,
*args)
GetBreakpointAtIndex(SBTarget self, uint32_t idx) -> SBBreakpoint |
source code
|
|
|
BreakpointDelete(self,
*args)
BreakpointDelete(SBTarget self, lldb::break_id_t break_id) -> bool |
source code
|
|
|
FindBreakpointByID(self,
*args)
FindBreakpointByID(SBTarget self, lldb::break_id_t break_id) ->
SBBreakpoint |
source code
|
|
|
EnableAllBreakpoints(self)
EnableAllBreakpoints(SBTarget self) -> bool |
source code
|
|
|
DisableAllBreakpoints(self)
DisableAllBreakpoints(SBTarget self) -> bool |
source code
|
|
|
DeleteAllBreakpoints(self)
DeleteAllBreakpoints(SBTarget self) -> bool |
source code
|
|
|
GetNumWatchpoints(self)
GetNumWatchpoints(SBTarget self) -> uint32_t |
source code
|
|
|
GetWatchpointAtIndex(self,
*args)
GetWatchpointAtIndex(SBTarget self, uint32_t idx) -> SBWatchpoint |
source code
|
|
|
DeleteWatchpoint(self,
*args)
DeleteWatchpoint(SBTarget self, lldb::watch_id_t watch_id) -> bool |
source code
|
|
|
FindWatchpointByID(self,
*args)
FindWatchpointByID(SBTarget self, lldb::watch_id_t watch_id) ->
SBWatchpoint |
source code
|
|
|
EnableAllWatchpoints(self)
EnableAllWatchpoints(SBTarget self) -> bool |
source code
|
|
|
DisableAllWatchpoints(self)
DisableAllWatchpoints(SBTarget self) -> bool |
source code
|
|
|
DeleteAllWatchpoints(self)
DeleteAllWatchpoints(SBTarget self) -> bool |
source code
|
|
|
WatchAddress(self,
*args)
WatchAddress(SBTarget self, lldb::addr_t addr, size_t size, bool
read, bool write, SBError error) -> SBWatchpoint |
source code
|
|
|
GetBroadcaster(self)
GetBroadcaster(SBTarget self) -> SBBroadcaster |
source code
|
|
|
ReadInstructions(self,
*args)
ReadInstructions(SBTarget self, SBAddress base_addr, uint32_t count)
-> SBInstructionList ReadInstructions(SBTarget self, SBAddress
base_addr, uint32_t count, str const * flavor_string) ->
SBInstructionList |
source code
|
|
|
GetInstructions(self,
*args)
GetInstructions(SBTarget self, SBAddress base_addr, void const * buf)
-> SBInstructionList |
source code
|
|
|
GetInstructionsWithFlavor(self,
*args)
GetInstructionsWithFlavor(SBTarget self, SBAddress base_addr, str
const * flavor_string, void const * buf) -> SBInstructionList |
source code
|
|
|
FindSymbols(self,
*args)
FindSymbols(SBTarget self, str const * name, lldb::SymbolType
type=eSymbolTypeAny) -> SBSymbolContextList FindSymbols(SBTarget
self, str const * name) -> SBSymbolContextList |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBTarget self, SBStream description,
lldb::DescriptionLevel description_level) -> bool |
source code
|
|
|
GetStackRedZoneSize(self)
GetStackRedZoneSize(SBTarget self) -> lldb::addr_t |
source code
|
|
|
EvaluateExpression(self,
*args)
EvaluateExpression(SBTarget self, str const * expr,
SBExpressionOptions options) -> SBValue |
source code
|
|
|
get_modules_access_object(self)
An accessor function that returns a modules_access() object which
allows lazy module access from a lldb.SBTarget object. |
source code
|
|
|
get_modules_array(self)
An accessor function that returns a list() that contains all modules
in a lldb.SBTarget object. |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|