summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBSourceManager.cpp
AgeCommit message (Expand)Author
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
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
2020-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
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-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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-06[Reproducers] Add SBReproducer macrosJonas 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-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2013-03-19<rdar://problem/13443931>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2011-12-20Minor format update (no semantic change).Johnny Chen
2011-10-03Fix regression of test SourceManagerTestCase.test_display_source_python.Johnny Chen
2011-10-01Removed lldb::SBSourceManager_impl. We export everything in the lldb namespaceGreg Clayton
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-04-23Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton
2010-12-11Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-09And some more include line fixes.Eli Friedman
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner