MCPcopy
hub / github.com/DerekSelander/LLDB / getTarget

Function getTarget

lldb_commands/ds.py:57–59  ·  view source on GitHub ↗
(error=None)

Source from the content-addressed store, hash-verified

55 return options
56
57def getTarget(error=None):
58 target = lldb.debugger.GetSelectedTarget()
59 return target
60
61def isProcStopped():
62 target = getTarget()

Callers 15

isProcStoppedFunction · 0.85
getSectionFunction · 0.85
pframeworkFunction · 0.85
getSymbolsForSectionFunction · 0.85
getIvarsFunction · 0.85
getProtocolsFunction · 0.85
getLINKEDITDataFunction · 0.85
getObjCClassDataFunction · 0.85
getFunctionsFromSectionFunction · 0.85
getObjCSelRefsFunction · 0.85
getCFStringsFromDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…