summaryrefslogtreecommitdiff
path: root/lldb/source/Target/LanguageRuntime.cpp
AgeCommit message (Expand)Author
2024-11-20Rename GetLanguageInfo to GetLanguageSpecificData (#117012)Adrian Prantl
2024-11-20[lldb] Add an API to derive language-specific runtime information (#116904)Adrian Prantl
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-04-08Add setting to disable LanguageRuntime UnwindPlansJason Molenda
2021-03-03LanguageRuntime for 0th frame unwind, simplify getting pc-for-symbolicationJason Molenda
2021-02-18LanguageRuntime can provide an UnwindPlan for special occasionsJason Molenda
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-07-24[lldb] Have LanguageRuntime and SystemRuntime share a base class (NFC)Jonas Devlieghere
2020-07-24[lldb] Don't wrap and release raw pointer in unique_ptr (NFC)Jonas Devlieghere
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha
2020-02-18[lldb][NFC] Remove unused parameterTatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-22[lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson
2019-10-10[lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-06-11[LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-16[Target] Stop linking against lldbPluginObjCLanguageAlex Langford
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-07NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-13Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham
2016-09-12This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko
2016-02-06Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata
2016-02-06Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata
2015-12-18Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham
2015-12-16Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik
2015-12-04Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik
2015-11-06Make the language specifier to "break set" actually filter the names by their...Jim Ingham
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
2015-07-22Fix warnings found by -Wextra-semiPavel Labath
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-06-17Fix enum LanguageType values and language string table lookups.Dawn Perchik
2015-05-04Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham
2015-04-17Fix "help language", the languages printer was assuming the Jim Ingham
2015-04-03Adding the RenderScript language type.Colin Riley
2015-03-24[DWARF] If linkages names are missing, use decl context to get qualified names.Siva Chandra
2015-02-06Add additional DWARF 5 language constants.Bruce Mitchener
2014-12-10Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings.Eric Christopher
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham