summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Section.cpp
AgeCommit message (Expand)Author
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha
2025-08-12[lldb] Support parsing the Wasm symbol table (#153093)Jonas Devlieghere
2025-03-07Add complete ObjectFileJSON support for sections. (#129916)Greg Clayton
2025-03-04Add subsection and permissions support to ObjectFileJSON. (#129801)Greg Clayton
2025-03-04[lldb] Fix ObjectFileJSON to section addresses. (#129648)Greg Clayton
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-07-11[lldb] Fix section printing to always align. (#98521)Greg Clayton
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere
2023-04-13[lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere
2022-06-17[lldb] Fix modernize-use-equals-default warnings (NFC)Jonas Devlieghere
2022-03-15[LLDB][NFC] Remove dead code from Section.cppShafik Yaghmour
2022-02-10Fix a double debug info size counting in top level stats for "statistics dump".Greg Clayton
2021-10-26Add new key/value pairs to the module statistics for "statistics dump".Greg Clayton
2021-07-29Revert "[lldb] Assert filecache and live memory match on debug under a setting"Stella Stamenova
2021-07-29[lldb] Assert filecache and live memory match on debug under a settingAugusto Noronha
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-05-22[lldb][NFC] Overload raw_ostream operator << for ConstStringRaphael Isemann
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-03-06[lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around assertsRaphael Isemann
2020-02-20[lldb] Add boilerplate to recognize the .debug_tu_index sectionPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-14[lldb/DWARF] Move location list sections into DWARFContextPavel Labath
2020-01-08[lldb] Remove various dead Compare functionsAlex Langford
2019-12-06[lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann
2019-11-26[lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath
2019-09-10Implement DW_OP_convertAdrian Prantl
2019-08-06ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath
2019-06-12Recognise debug_types.dwo as a debug info sectionPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-14[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar
2018-11-14Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar
2018-11-14[LLDB] - Support the single file split DWARF.George Rimar
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-23[LLDB] - Implement the support for the .debug_loclists section.George Rimar
2018-10-10[LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-06-01Add .debug_names section glue codePavel Labath
2018-05-08Add support to object files for accessing the .debug_types sectionGreg Clayton
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-29Support reading section ".gnu_debugaltlink"Jan Kratochvil
2018-04-18Improve LLDB's handling of non-local minidumpsLeonard Mosescu