mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 06:19:46 +08:00
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:
@@ -55,6 +55,11 @@ SystemRuntime::DidLaunch()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
SystemRuntime::Detach()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
SystemRuntime::ModulesDidLoad (ModuleList &module_list)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user