summaryrefslogtreecommitdiff
path: root/lldb/tools/darwin-debug/darwin-debug.cpp
AgeCommit message (Expand)Author
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2019-05-13Fix file names in file headers. NFCFangrui Song
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-01-06More fixes to ensure if we are asked to launch a x86_64h process on darwin, t...Greg Clayton
2014-07-01Fix typos.Bruce Mitchener
2013-11-22Make sure the getopt variables are correctly initialized for any option parsing.Greg Clayton
2013-04-24<rdar://problem/13665446>Greg Clayton
2013-04-04<rdar://problem/13457391>Greg Clayton
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-02-22Remove unused python includes from headers.Benjamin Kramer
2011-10-31Fixed some warnings after enabling some stricter warnings in the Xcode projectGreg Clayton
2011-10-28Python does some bad things to the signal masks in the current process and Greg Clayton
2011-05-15Added the ability to get a 32 or 64 bit simple return value from the Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-01-23Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton
2010-10-19Fixed all known race conditions with starting a process in a new terminal.Greg Clayton
2010-10-19Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton
2010-10-18Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton
2010-10-17Added a new Host call to find LLDB related paths:Greg Clayton