aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-19[lldb]Make `list` command work with headers when possible. (#139002)Vy Nguyen1-11/+28
2025-05-08[lldb] print a notice when `source list` paging reaches the end of th… (#13...Zax1-0/+9
2025-02-21[lldb] Fixing edge cases in "source list" (#126526)Pavel Labath1-6/+6
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-5/+4
2024-11-13[lldb] Fix source display for artificial locations (#115876)Pavel Labath1-3/+1
2024-09-03[lldb] Avoid FileSpec indirection where we can use SupportFiles directlyJonas Devlieghere1-2/+2
2024-08-30[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)Jonas Devlieghere1-11/+15
2024-08-30[lldb] Store SupportFiles in SourceManager::File (NFC) (#106639)Jonas Devlieghere1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-13/+12
2024-08-02[lldb] Eliminate more Targer* in favor of Target& in CommandObjects (NFC)Jonas Devlieghere1-52/+44
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere1-2/+6
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-7/+7
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-7/+7
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-7/+7
2024-01-16[lldb] Store SupportFile in LineEntry (NFC) (#77999)Jonas Devlieghere1-2/+2
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl1-1/+1
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-19/+14
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere1-0/+17
2023-06-26[lldb] Add `source cache dump` and `source cache clear` subcommandJonas Devlieghere1-0/+58
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-59/+22
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford1-22/+59
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford1-59/+22
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-2/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-16/+0
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-3/+3
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham1-4/+4
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-7/+5
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere1-10/+13
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-13/+0
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham1-0/+17
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-4/+0
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath1-10/+2
2019-11-29[lldb] Remove FileSpec->CompileUnit inheritancePavel Labath1-10/+13
2019-11-06[lldb] Remove dead code from STLUtils.hJonas Devlieghere1-2/+2
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl1-24/+21
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl1-27/+26
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-1/+1
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-6/+2
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-6/+0
2019-07-23[lldb][NFC] Tablegenify sourceRaphael Isemann1-19/+4
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-3/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-6/+0
2019-03-06Pass ConstString by value (NFC)Adrian Prantl1-6/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0