summaryrefslogtreecommitdiff
path: root/lldb/tools/darwin-debug
AgeCommit message (Expand)Author
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-01-22Embed a zero-length /dev/null in darwin-debug for the special section.Jason Molenda
2020-01-21Fix an over-suspend bug with LaunchInNewTerminalWithAppleScript sessionsJason Molenda
2019-07-10[CMake] `install-distribution` for LLDB on DarwinStefan Granitz
2019-05-29[CMake] LLDB.framework tools handlingStefan Granitz
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
2019-01-04[CMake] Revised LLDB.framework buildsStefan Granitz
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-06-18Introduce lldb-framework CMake target and centralize its logicAlex Langford
2016-12-15[CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman
2016-10-27[CMake] Rename lldb-launcher to darwin-debugChris Bieneman
2016-09-21[CMake] Initial support for LLDB.frameworkChris Bieneman
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-02-06Fix darwin-debug installation in cmake (OS X)Ilia K
2015-01-26Fix darwin-debug build in cmake (OS X)Zachary Turner
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