summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/LanguageRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-221-1/+3
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-4/+3
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-211-18/+19
* [LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford2019-06-111-3/+0
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-081-0/+2
* [Target] Stop linking against lldbPluginObjCLanguageAlex Langford2019-05-161-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-1/+2
* Delete some more dead includes.Zachary Turner2017-03-221-1/+0
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-6/+4
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-1/+1
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-63/+66
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-290/+237
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-18/+19
* Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata2016-02-061-1/+0
* Fix an issue where certain CommandObjects (or Options thereof) were being cre...Enrico Granata2016-02-061-0/+4
* Make the Language print the description of the Exception Breakpoint resolver....Jim Ingham2015-12-181-4/+6
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-161-25/+0
* Fix breakpoint language filtering for other C variants (like C99) and Pascal.Dawn Perchik2015-12-041-8/+13
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-0/+22
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-20/+10
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-140/+0
* Fix warnings found by -Wextra-semiPavel Labath2015-07-221-4/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-1/+42
* Fix enum LanguageType values and language string table lookups.Dawn Perchik2015-06-171-0/+1
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-0/+28
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-2/+27
* Fix "help language", the languages printer was assuming the Jim Ingham2015-04-171-0/+9
* Adding the RenderScript language type.Colin Riley2015-04-031-0/+2
* [DWARF] If linkages names are missing, use decl context to get qualified names.Siva Chandra2015-03-241-0/+15
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-0/+3
* Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings.Eric Christopher2014-12-101-16/+16
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-3/+21
* [dwarf] Add new language enumerations.Bruce Mitchener2014-08-261-0/+3
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-031-0/+9
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-1/+2
* <rdar://problem/13635174>Greg Clayton2013-10-111-2/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13372857> Greg Clayton2013-03-111-135/+228
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+2
* Improved support for language types as commandSean Callanan2012-10-231-27/+65
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-3/+49
* Make it possible to set Exception breakpoints when the target doesn't yetJim Ingham2012-03-051-0/+116
* Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...Jim Ingham2010-09-281-1/+2
* Committing the skeleton of Language runtime plugin classes.Jim Ingham2010-09-231-0/+47
OpenPOWER on IntegriCloud