summaryrefslogtreecommitdiff
path: root/lldb/tools/darwin-threads
AgeCommit message (Expand)Author
2018-03-06the thread id is easier to read in base16.Jason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-05Add support for one API used to detect if a processJason Molenda
2014-11-14Fix examine-threads to build for arm64.Jim Ingham
2013-10-18Move the code which translates a dispatch_qaddr into aJason Molenda
2013-07-11Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham
2013-04-30Add an option to resume a suspended task.Jim Ingham
2013-01-18Add code to retreive the mach port # for each thread in the inferior applicat...Jason Molenda
2011-11-03Print out the task suspend count as well.Jim Ingham
2011-07-08Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc forJason Molenda
2011-06-30Restructure to be modular instead of a single big function;Jason Molenda
2011-06-21Replace examine-threads.c with a similar little utility I wrote aJason Molenda
2011-02-05A tool for examining a mach process and its threads.Greg Clayton