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
This commit is contained in:
Jason Molenda
2014-02-05 05:44:54 +00:00
parent 7ca1d18055
commit 2fd83355a8
34 changed files with 3166 additions and 653 deletions

View File

@@ -55,6 +55,11 @@ SystemRuntime::DidLaunch()
{
}
void
SystemRuntime::Detach()
{
}
void
SystemRuntime::ModulesDidLoad (ModuleList &module_list)
{