summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/LineTable.cpp
AgeCommit message (Expand)Author
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-02-27[lldb] Reimplement LineTable::FindLineEntryByAddress on top of lower_bound (#...Pavel Labath
2025-02-20[lldb] Renaissance LineTable sequences (#127800)Pavel Labath
2025-02-20[lldb] Replace LineTable::upper_bound with GetLineEntryIndexRange (#127806)Pavel Labath
2025-02-19[lldb] Add LineTable::{upper,lower}_bound (#127519)Pavel Labath
2024-09-03[lldb] Avoid FileSpec indirection where we can use SupportFiles directlyJonas Devlieghere
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-02-01Fix typo: FineLineEntriesForFileIndex -> FindLineEntriesForFileIndex.Jim Ingham
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-05[lldb/Symbol] Fix column breakpoint `move_to_nearest_code` matchMed Ismail Bennani
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2020-08-13[lldb][NFC] Use llvm::is_contained instead of std::find in a few placesRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-21[lldb/DWARF] Fix a leak in line table constructionPavel Labath
2020-01-21[lldb] Use llvm::stable_sort in LinePavel Labath
2020-01-20Make SymbolFileDWARF::ParseLineTable use std::sort instead of insertion sortUnnar Freyr Erlendsson
2019-12-03[lldb] Use llvm range functions in LineTable.cppPavel Labath
2019-08-06Fix line table resolution near the end of a sectionPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl
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-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-20Fix a problem with line tables & .o files that start with code with no line t...Jim Ingham
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-20Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-19Typo corrections identified by codespellEd Maste
2016-05-11Keep original source path and mapped path in LineEntryTed Woodward
2016-01-08Fix dwarf sequence insertionsStephane Sezer
2015-09-16Fix prologue end handling when code compiled by gccTamas Berghammer
2015-07-22Fix typos.Bruce Mitchener
2015-02-10Fixed a problem where we might omit some breakpoints when using DWARF in .o f...Greg Clayton
2014-10-16Remove dead store.Jason Molenda
2014-06-18Don't allow multiple line entries with the same address to exist sequentially.Greg Clayton
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-14<rdar://problem/13413693>Greg Clayton
2013-03-06<rdar://problem/13362109>Greg Clayton
2013-03-04<rdar://problem/13338643>Greg Clayton
2013-01-04Handle the case of unordered sequences in a DWARF line table.Andrew Kaylor
2012-12-12Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton
2012-03-29<rdar://problem/11149427>Greg Clayton
2012-03-20<rdar://problem/11078937>Greg Clayton