summaryrefslogtreecommitdiff
path: root/lldb/tools/darwin-threads
Commit message (Expand)AuthorAgeFilesLines
* the thread id is easier to read in base16.Jason Molenda2018-03-061-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-372/+365
* Add support for one API used to detect if a processJason Molenda2015-11-051-0/+12
* Fix examine-threads to build for arm64.Jim Ingham2014-11-141-3/+16
* Move the code which translates a dispatch_qaddr into aJason Molenda2013-10-181-8/+12
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-6/+10
* Add an option to resume a suspended task.Jim Ingham2013-04-301-2/+9
* Add code to retreive the mach port # for each thread in the inferior applicat...Jason Molenda2013-01-181-7/+55
* Print out the task suspend count as well.Jim Ingham2011-11-031-0/+12
* Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc forJason Molenda2011-07-081-24/+7
* Restructure to be modular instead of a single big function;Jason Molenda2011-06-301-173/+265
* Replace examine-threads.c with a similar little utility I wrote aJason Molenda2011-06-211-72/+307
* A tool for examining a mach process and its threads.Greg Clayton2011-02-051-0/+104