summaryrefslogtreecommitdiff
path: root/lldb/source/Host/macosx/cfcpp
AgeCommit message (Expand)Author
2023-08-10[lldb][NFCI] Remove use of ifdef __cpluplus where unneededAlex Langford
2023-03-30[lldb] Replace deprecated CFPropertyListWriteToStream (NFC)Dave Lee
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-15Mark private unimplemented functions as deletedJonas Devlieghere
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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-03-08Initial checkin of a new project: LLDB Performance Testing InfrastructureEnrico Granata
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-10-17Added a new Host call to find LLDB related paths:Greg Clayton
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham
2010-07-23Warnings cleanup patch from Jean-Daniel Dupas.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner