summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFileSpecList.cpp
AgeCommit message (Expand)Author
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-03-27<rdar://problem/13521159>Greg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham
2011-09-21Fixed two printf format errors.Greg Clayton
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham