aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/Symbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen1-68/+76
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid1-76/+68
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen1-68/+76
2025-05-23[lldb] Change synthetic symbol names to have file address (#138416)Ely Ronnen1-1/+3
2025-05-01Revert "[lldb] Change synthetic symbol names to have file address (#137512)"Felipe de Azevedo Piovezan1-3/+1
2025-05-01[lldb] Change synthetic symbol names to have file address (#137512)Ely Ronnen1-1/+3
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere1-3/+3
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl1-11/+7
2024-01-22[lldb] refactor highlighting function for image lookup command (#76112)José Lira Junior1-12/+5
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett1-2/+6
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir01021-6/+17
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-9/+3
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-3/+9
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-9/+3
2023-03-08[lldb] Introduce new SymbolFileJSON and ObjectFileJSONJonas Devlieghere1-3/+127
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton1-2/+1
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo1-2/+3
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-13/+12
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata1-1/+1
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Nico Weber1-1/+1
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton1-0/+129
2021-11-09Support looking up absolute symbolsAdrian Prantl1-1/+2
2021-07-27Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+39
2021-07-02Revert "Create synthetic symbol names on demand to improve memory consumption...Jonas Devlieghere1-30/+10
2021-06-29Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+30
2021-06-29Revert D104488 and friends since it broke the windows botStella Stamenova1-30/+10
2021-06-28Create synthetic symbol names on demand to improve memory consumption and sta...Greg Clayton1-10/+30
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-5/+4
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda1-2/+1
2020-03-05[lldb] s/ExecutionContext/Target in DisassemblerPavel Labath1-3/+3
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford1-7/+6
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-07[lldb] Add -m option to 'target modules dump symtab' to disable demanglingRaphael Isemann1-2/+3
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl1-5/+4
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham1-5/+10
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-32/+27
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2016-10-06Fix GetDisplayName when only a demangled name is availableFrancis Ricci1-2/+0
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-641/+468
2016-01-19Unconditionally accept symbol sizes from elfTamas Berghammer1-0/+7