summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SystemRuntime.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-0/+5
| | | | | | | | | | | | | | 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
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-1/+1
| | | | | | | SBThread::GetExtendedBacktraceThread to make it more clear what is being returned. llvm-svn: 194531
* Add initial --extended / -e support to thread backtrace.Jason Molenda2013-11-121-4/+4
| | | | llvm-svn: 194455
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-2/+2
| | | | | | | bit from the method names. <rdar://problem/15314369> llvm-svn: 194122
* Add a new GetThreadOriginExtendedBacktrace method to the Jason Molenda2013-11-061-0/+6
| | | | | | | SystemRuntime and SBThread classes. <rdar://problem/15314369> llvm-svn: 194111
* Add a GetThreadOriginExtendedBacktraceTypes method to theJason Molenda2013-11-051-4/+4
| | | | | | | SystemRuntime class. <rdar://problem/15314369> llvm-svn: 194045
* Add a new system runtime plugin type - just the top levelJason Molenda2013-11-051-0/+67
class, not any actual plugin implementation yet. <rdar://problem/15314068> llvm-svn: 194044
OpenPOWER on IntegriCloud