llvm-project/lldb/source/API
Jason Molenda 2fd83355a8 Change the Mac OS X SystemRuntime plugin from using the placeholder
libldi library to collect extended backtrace information; switch
to the libBacktraceRecording library and its APIs.  Complete the
work of adding QueueItems to Queues and allow for the QueueItems
to be interrogated about their extended backtraces in turn.

There's still cleanup and documentation to do on this code but the
code is functional and I it's a good time to get the work-in-progress 
checked in.  
<rdar://problem/15314027> 

llvm-svn: 200822
2014-02-05 05:44:54 +00:00
..
CMakeLists.txt Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
Makefile
SBAddress.cpp
SBBlock.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
SBBreakpoint.cpp For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time 2013-12-06 01:12:00 +00:00
SBBreakpointLocation.cpp
SBBroadcaster.cpp
SBCommandInterpreter.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SBCommandReturnObject.cpp
SBCommunication.cpp
SBCompileUnit.cpp
SBData.cpp Fix the format warnings. 2013-10-31 23:55:19 +00:00
SBDebugger.cpp Merging the iohandler branch back into main. 2014-01-27 23:43:24 +00:00
SBDeclaration.cpp
SBError.cpp
SBEvent.cpp
SBExpressionOptions.cpp This patch does a couple of things. 2013-11-07 00:11:47 +00:00
SBFileSpec.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBFileSpecList.cpp
SBFrame.cpp Add a setting to allow users to enable expressions that crash LLDB to show up in crash logs. 2013-12-06 21:59:52 +00:00
SBFunction.cpp
SBHostOS.cpp
SBInstruction.cpp Roll back the changes I made in r193907 which created a new Frame 2013-11-04 09:33:30 +00:00
SBInstructionList.cpp
SBLineEntry.cpp
SBListener.cpp
SBModule.cpp Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
SBModuleSpec.cpp
SBPlatform.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBProcess.cpp Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent 2013-12-13 00:29:16 +00:00
SBQueue.cpp Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
SBQueueItem.cpp Change the Mac OS X SystemRuntime plugin from using the placeholder 2014-02-05 05:44:54 +00:00
SBSection.cpp
SBSourceManager.cpp
SBStream.cpp Expose SBPlatform through the public API. 2013-11-20 21:07:01 +00:00
SBStringList.cpp
SBSymbol.cpp
SBSymbolContext.cpp
SBSymbolContextList.cpp
SBTarget.cpp Centralized the launching of a process into Target::Launch() 2013-12-13 17:20:18 +00:00
SBThread.cpp Add logging for the SB API which creates extended 2013-11-19 05:44:41 +00:00
SBType.cpp Added the ability to get the type that a typedef points to via: 2014-01-23 21:38:34 +00:00
SBTypeCategory.cpp FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere 2013-12-20 09:38:13 +00:00
SBTypeFilter.cpp
SBTypeFormat.cpp Add a new way to bind a format to a type: by enum type 2013-12-28 08:44:02 +00:00
SBTypeNameSpecifier.cpp <rdar://problem/15144376> 2013-10-29 00:28:35 +00:00
SBTypeSummary.cpp
SBTypeSynthetic.cpp
SBValue.cpp Do a little more prevention against SBValues getting used after the world has been torn down around them. 2013-12-06 22:21:04 +00:00
SBValueList.cpp
SBWatchpoint.cpp