aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompileUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich1-2/+3
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+3
2022-10-24Fix breakpoint setting so it always works when there is a line entry in a com...Greg Clayton1-3/+33
2022-08-08Implement better path matching in FileSpecList::FindCompatibleIndex(...).Greg Clayton1-11/+7
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-04-26Introduce new symbol on-demand for debug infoJeffrey Tan1-1/+4
2021-08-30[lldb] Return all line entries matchign a line if no column is specifiedKim-Anh Tran1-2/+7
2021-08-02[nfc] [lldb] Support moving support files instead of copyEric Leese1-0/+4
2021-07-31[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese1-2/+8
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Stella Stamenova1-8/+2
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese1-2/+8
2021-07-30Revert "[lldb] [DWARF-5] Be lazier about loading .dwo files"Jan Kratochvil1-8/+2
2021-07-30[lldb] [DWARF-5] Be lazier about loading .dwo filesEric Leese1-2/+8
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani1-13/+22
2021-03-22[lldb] Use CompileUnit::ResolveSymbolContext in SymbolFileDWARFKim-Anh Tran1-10/+14
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-2/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-05[lldb] Don't put compile unit name into the support file list and support DWA...Pavel Labath1-19/+17
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-2/+1
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-17/+7
2019-11-28[lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine1-77/+60
2019-11-28Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"Raphael Isemann1-60/+76
2019-11-28[lldb] NFC: refactor CompileUnit::ResolveSymbolContextKonrad Kleine1-76/+60
2019-11-14Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl1-2/+5
2019-11-12[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik1-0/+26
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann1-0/+5
2019-08-13[DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere1-0/+4
2019-08-07[Symbol] Remove commented out code from CompileUnitAlex Langford1-43/+0
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath1-21/+14
2019-05-30Make CompileUnit::GetSupportFiles return a const listPavel Labath1-2/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-02-13Deserialize Clang module search path from DWARFAdrian Prantl1-1/+1
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-5/+5
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner1-17/+6
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere1-4/+4
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-1/+1
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+1
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner1-1/+2
2018-08-11Use a DenseMap for looking up functions by UID in CompileUnit::FindFunctionByUIDRaphael Isemann1-29/+28
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-44/+43
2018-04-27Always normalize FileSpec paths.Greg Clayton1-5/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-408/+304
2016-07-05Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton1-24/+39
2015-12-16Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra1-0/+31