/external/lldb/include/lldb/API/ |
SBListener.h | 13 #include "lldb/API/SBDefines.h" 15 namespace lldb { namespace 28 const lldb::SBListener & 29 operator = (const lldb::SBListener &rhs); 32 AddEvent (const lldb::SBEvent &event); 51 StartListeningForEvents (const lldb::SBBroadcaster& broadcaster, 55 StopListeningForEvents (const lldb::SBBroadcaster& broadcaster, 61 lldb::SBEvent &event); 65 const lldb::SBBroadcaster &broadcaster, 66 lldb::SBEvent &sb_event) [all...] |
SBFrame.h | 13 #include "lldb/API/SBDefines.h" 14 #include "lldb/API/SBValueList.h" 16 namespace lldb { namespace 23 SBFrame (const lldb::SBFrame &rhs); 25 const lldb::SBFrame & 26 operator =(const lldb::SBFrame &rhs); 31 IsEqual (const lldb::SBFrame &that) const; 39 lldb::addr_t 43 SetPC (lldb::addr_t new_pc); 45 lldb::addr_ [all...] |
SBTypeSynthetic.h | 13 #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::SBTypeSynthetic &rhs) [all...] |
SBDeclaration.h | 13 #include "lldb/API/SBDefines.h" 14 #include "lldb/API/SBFileSpec.h" 16 namespace lldb { namespace 24 SBDeclaration (const lldb::SBDeclaration &rhs); 28 const lldb::SBDeclaration & 29 operator = (const lldb::SBDeclaration &rhs); 34 lldb::SBFileSpec 44 SetFileSpec (lldb::SBFileSpec filespec); 53 operator == (const lldb::SBDeclaration &rhs) const; 56 operator != (const lldb::SBDeclaration &rhs) const [all...] |
SBInputReader.h | 13 #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::InputReaderAction notification [all...] |
SBValueList.h | 13 #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::SBValueList &rhs) [all...] |
SBInstruction.h | 13 #include "lldb/API/SBDefines.h" 14 #include "lldb/API/SBData.h" 21 namespace lldb { namespace 42 lldb::AddressClass 46 GetMnemonic (lldb::SBTarget target); 49 GetOperands (lldb::SBTarget target); 52 GetComment (lldb::SBTarget target); 54 lldb::SBData 55 GetData (lldb::SBTarget target); 67 GetDescription (lldb::SBStream &description) [all...] |
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextDummy.cpp | 11 #include "lldb/lldb-private.h" 12 #include "lldb/Core/Address.h" 13 #include "lldb/Core/AddressRange.h" 14 #include "lldb/Core/DataBufferHeap.h" 15 #include "lldb/Core/Log.h" 16 #include "lldb/Core/Module.h" 17 #include "lldb/Core/RegisterValue.h" 18 #include "lldb/Core/Value.h" 19 #include "lldb/Expression/DWARFExpression.h [all...] |
/external/lldb/www/python_reference/ |
identifier-index-G.html | 34 ><a class="navbar" target="_top" href="http://lldb.llvm.org">LLDB python API</a></th> 93 <td width="33%" class="link-index"><a href="lldb.formatters.metrics.TimeMetrics-class.html#generate">generate()</a><br /> 94 <span class="index-where">(in <a href="lldb.formatters.metrics.TimeMetrics-class.html">TimeMetrics</a>)</span></td> 95 <td width="33%" class="link-index"><a href="lldb.SBTypeFilter-class.html#GetDescription">GetDescription()</a><br /> 96 <span class="index-where">(in <a href="lldb.SBTypeFilter-class.html">SBTypeFilter</a>)</span></td> 97 <td width="33%" class="link-index"><a href="lldb.SBFrame-class.html#GetPC">GetPC()</a><br /> 98 <span class="index-where">(in <a href="lldb.SBFrame-class.html">SBFrame</a>)</span></td> 101 <td width="33%" class="link-index"><a href="lldb.SBSection-class.html#get_addr">get_addr()</a><br /> 102 <span class="index-where">(in <a href="lldb.SBSection-class.html">SBSection</a>)</span></td [all...] |
/external/lldb/ |
INSTALL.txt | 0 LLDB Installation Instructions 4 LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang). 7 on your system to either build lldb or debug using lldb. Please see the code 10 For instructions to build LLDB on Linux, or more details about supported 13 http://lldb.llvm.org/build.html
|
Android.mk | 1 # Don't build LLDB unless we explicitly ask for it. 2 # This guard will be removed once lldb is working 28 include $(LOCAL_PATH)/lldb.mk 33 endif # don't build LLDB unless forced to
|
lldb.mk | 5 LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk
|
/external/lldb/examples/summaries/cocoa/ |
Class.py | 2 LLDB AppKit formatters 8 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)
|
/external/lldb/include/lldb/DataFormatters/ |
TypeFormat.h | 21 #include "lldb/lldb-public.h" 22 #include "lldb/lldb-enumerations.h" 24 #include "lldb/Core/ValueObject.h" 35 m_flags (lldb::eTypeOptionCascade) 72 return (m_flags & lldb::eTypeOptionCascade) == lldb::eTypeOptionCascade; 79 m_flags |= lldb::eTypeOptionCascade; 81 m_flags &= ~lldb::eTypeOptionCascade [all...] |
/external/lldb/source/API/ |
SBWatchpoint.cpp | 10 #include "lldb/API/SBWatchpoint.h" 11 #include "lldb/API/SBDefines.h" 12 #include "lldb/API/SBAddress.h" 13 #include "lldb/API/SBDebugger.h" 14 #include "lldb/API/SBEvent.h" 15 #include "lldb/API/SBStream.h" 17 #include "lldb/lldb-types.h" 18 #include "lldb/lldb-defines.h [all...] |
/external/lldb/examples/customization/pwd-cd-and-system/ |
README | 5 An example lldb init file that imports the utils.py module and adds the 17 The following terminal output shows an interaction with lldb using the .lldbinit 18 and the utils.py files which are located in my HOME directory. The lldb init 23 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads 24 Johnnys-MacBook-Pro:multiple_threads johnny$ lldb 25 (lldb) pwd 26 /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint/multiple_threads 27 (lldb) cd .. 28 Current working directory: /Volumes/data/lldb/svn/trunk/test/functionalities/watchpoint 29 (lldb) help syste [all...] |
/external/lldb/lldb.xcodeproj/xcshareddata/xcschemes/ |
LLDB.xcscheme | 18 BuildableName = "LLDB.framework" 19 BlueprintName = "LLDB" 20 ReferencedContainer = "container:lldb.xcodeproj"> 26 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 36 BuildableName = "lldb" 37 BlueprintName = "lldb-tool" 38 ReferencedContainer = "container:lldb.xcodeproj"> 50 selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" 51 selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" 64 BuildableName = "lldb" [all...] |
/external/lldb/test/functionalities/backticks/ |
TestBackticksWithoutATarget.py | 7 import lldb namespace 21 lldb.SBDebugger.Initialize() 22 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/python_api/default-constructor/ |
sb_section.py | 2 Fuzz tests an object after the default construction to make sure it does not crash lldb. 6 import lldb namespace 20 obj.GetDescription(lldb.SBStream())
|
/external/lldb/www/cpp_reference/html/ |
dir_8b321541f691a81675dae4ec7a1864bb_dep.map | 1 <map id="/home/daniel/dev/llvm/tools/lldb/docs/" name="/home/daniel/dev/llvm/tools/lldb/docs/"> 3 <area shape="rect" id="graph2" href="dir_fa64c3fa8a988674a1a867b97ca9a790.html" title="lldb" alt="" coords="16,16,109,112"/>
|
/external/lldb/www/ |
source.html | 6 <title>Accessing LLDB Sources</title>
11 The <strong>LLDB</strong> Debugger
21 <h1 class ="postheader">Downloading LLDB sources</h1>
23 <p>Obtaining read only access to the LLDB sources is easy:</p>
25 <li>svn co http://llvm.org/svn/llvm-project/lldb/trunk lldb</li>
27 <p>If you prefer using Git, you can check out LLDB from the <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">LLVM git mirror</a> instead:</p>
29 <li>git clone http://llvm.org/git/lldb.git</li>
35 <h1 class ="postheader">Contributing to LLDB</h1>
37 <p>If you wish to contribute to LLDB, you must first get commit access by [all...] |
/external/lldb/examples/test/ |
.lldb-pre-post-flight.bad | 4 __import__("lldb")
|
/external/lldb/include/lldb/ |
lldb-public.h | 1 //===-- lldb-include.h ------------------------------------------*- C++ -*-===// 13 #include "lldb/lldb-defines.h" 14 #include "lldb/lldb-enumerations.h" 15 #include "lldb/lldb-forward.h" 16 #include "lldb/lldb-types.h"
|
/external/lldb/lldb.xcodeproj/project.xcworkspace/ |
contents.xcworkspacedata | 5 location = "self:lldb.xcodeproj">
|
/external/lldb/test/lang/cpp/breakpoints/ |
TestCPPBreakpoints.py | 2 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.eFunctionNameTypeMethod [all...] |