| Commit message (Expand) | Author | Age | Files | Lines |
* | [lldb] Fix exception breakpoint not being resolved when set on dummy target | Martin Svensson | 2019-11-22 | 1 | -1/+3 |
* | [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallback | Raphael Isemann | 2019-10-10 | 1 | -4/+3 |
* | [Target] Decouple ObjCLanguageRuntime from LanguageRuntime | Alex Langford | 2019-06-21 | 1 | -18/+19 |
* | [LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classes | Alex Langford | 2019-06-11 | 1 | -3/+0 |
* | [LanguageRuntime] Introduce LLVM-style casts | Alex Langford | 2019-06-08 | 1 | -0/+2 |
* | [Target] Stop linking against lldbPluginObjCLanguage | Alex Langford | 2019-05-16 | 1 | -1/+1 |
* | Replace 'ap' with 'up' suffix in variable names. (NFC) | Jonas Devlieghere | 2019-02-13 | 1 | -4/+4 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove header grouping comments. | Jonas Devlieghere | 2018-11-11 | 1 | -4/+0 |
* | NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth. | Jim Ingham | 2018-09-07 | 1 | -2/+2 |
* | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -1/+2 |
* | Delete some more dead includes. | Zachary Turner | 2017-03-22 | 1 | -1/+0 |
* | Convert CommandObject constructors to StringRef. | Zachary Turner | 2016-10-05 | 1 | -6/+4 |
* | Add a few const's (thanks Zachary) and return shared or unique pointers | Jim Ingham | 2016-09-13 | 1 | -1/+1 |
* | This is the main part of a change to add breakpoint save and restore to lldb. | Jim Ingham | 2016-09-12 | 1 | -63/+66 |
* | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -290/+237 |
* | Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes. | Eugene Zelenko | 2016-02-18 | 1 | -18/+19 |
* | Per Jim's suggestion, move checks that we're not mixing and matching Debugger... | Enrico Granata | 2016-02-06 | 1 | -1/+0 |
* | Fix an issue where certain CommandObjects (or Options thereof) were being cre... | Enrico Granata | 2016-02-06 | 1 | -0/+4 |
* | Make the Language print the description of the Exception Breakpoint resolver.... | Jim Ingham | 2015-12-18 | 1 | -4/+6 |
* | Rework breakpoint language filtering to use the symbol context's language. | Dawn Perchik | 2015-12-16 | 1 | -25/+0 |
* | Fix breakpoint language filtering for other C variants (like C99) and Pascal. | Dawn Perchik | 2015-12-04 | 1 | -8/+13 |
* | Make the language specifier to "break set" actually filter the names by their... | Jim Ingham | 2015-11-06 | 1 | -0/+22 |
* | Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ... | Eugene Zelenko | 2015-10-23 | 1 | -20/+10 |
* | Move things from the LanguageRuntime that obviously belong in the new Languag... | Jim Ingham | 2015-09-02 | 1 | -140/+0 |
* | Fix warnings found by -Wextra-semi | Pavel Labath | 2015-07-22 | 1 | -4/+1 |
* | Add support for specifying a language to use when parsing breakpoints. | Dawn Perchik | 2015-07-21 | 1 | -1/+42 |
* | Fix enum LanguageType values and language string table lookups. | Dawn Perchik | 2015-06-17 | 1 | -0/+1 |
* | Add language command and LanguageRuntime plugin changes to allow vending of c... | Colin Riley | 2015-05-04 | 1 | -0/+28 |
* | This is some groundwork for filtering the language Exception | Jim Ingham | 2015-04-22 | 1 | -2/+27 |
* | Fix "help language", the languages printer was assuming the | Jim Ingham | 2015-04-17 | 1 | -0/+9 |
* | Adding the RenderScript language type. | Colin Riley | 2015-04-03 | 1 | -0/+2 |
* | [DWARF] If linkages names are missing, use decl context to get qualified names. | Siva Chandra | 2015-03-24 | 1 | -0/+15 |
* | Add additional DWARF 5 language constants. | Bruce Mitchener | 2015-02-06 | 1 | -0/+3 |
* | Fix a bunch of [-Werror,-Winconsistent-missing-override] warnings. | Eric Christopher | 2014-12-10 | 1 | -16/+16 |
* | Add the ability to set breakpoints with conditions, commands, etc, | Jim Ingham | 2014-12-06 | 1 | -3/+21 |
* | [dwarf] Add new language enumerations. | Bruce Mitchener | 2014-08-26 | 1 | -0/+3 |
* | Add enumerations for additional languages from DWARF spec updates. | Bruce Mitchener | 2014-07-03 | 1 | -0/+9 |
* | Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ... | Jim Ingham | 2014-01-10 | 1 | -1/+2 |
* | <rdar://problem/13635174> | Greg Clayton | 2013-10-11 | 1 | -2/+2 |
* | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
* | <rdar://problem/13372857> | Greg Clayton | 2013-03-11 | 1 | -135/+228 |
* | Add "target.process.stop-on-shared-library-events" setting, and make it work. | Jim Ingham | 2013-01-26 | 1 | -0/+2 |
* | Improved support for language types as command | Sean Callanan | 2012-10-23 | 1 | -27/+65 |
* | Add explicit casts to bool in "shared pointer is valid" constructs that retur... | Jim Ingham | 2012-08-11 | 1 | -1/+1 |
* | Add a command and an SB API to create exception breakpoints. Make the break ... | Jim Ingham | 2012-03-06 | 1 | -3/+49 |
* | Make it possible to set Exception breakpoints when the target doesn't yet | Jim Ingham | 2012-03-05 | 1 | -0/+116 |
* | Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val... | Jim Ingham | 2010-09-28 | 1 | -1/+2 |
* | Committing the skeleton of Language runtime plugin classes. | Jim Ingham | 2010-09-23 | 1 | -0/+47 |