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