| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |