summaryrefslogtreecommitdiffstats
path: root/lldb/tools/darwin-debug/darwin-debug.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-291/+274
* More fixes to ensure if we are asked to launch a x86_64h process on darwin, t...Greg Clayton2015-01-061-0/+2
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton2013-11-221-0/+8
* <rdar://problem/13665446>Greg Clayton2013-04-241-6/+28
* <rdar://problem/13457391>Greg Clayton2013-04-041-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+1
* Remove unused python includes from headers.Benjamin Kramer2012-02-221-0/+1
* Fixed some warnings after enabling some stricter warnings in the Xcode projectGreg Clayton2011-10-311-1/+1
* Python does some bad things to the signal masks in the current process and Greg Clayton2011-10-281-1/+9
* Added the ability to get a 32 or 64 bit simple return value from the Greg Clayton2011-05-151-2/+6
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-4/+41
* Fixed all known race conditions with starting a process in a new terminal.Greg Clayton2010-10-191-0/+5
* Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton2010-10-191-4/+54
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-8/+4
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-0/+221
OpenPOWER on IntegriCloud