summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/CPlusPlus
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-614/+553
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+3
* Add a missing include to ItaniumABILanguageRuntime.hPavel Labath2016-05-241-0/+1
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-232-136/+173
* Revert r268591Enrico Granata2016-05-052-5/+2
* Allow LanguageRuntimes to return an error if they fail in the course of dynam...Enrico Granata2016-05-052-2/+5
* Add a 'language cplusplus demangle' command. This can be useful to provide a ...Enrico Granata2016-03-251-1/+89
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+1
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-0/+4
* Don't complete a class type just to test if it is a class. Code in CompilerTy...Greg Clayton2016-02-091-2/+2
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-072-54/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-221-45/+43
* On second thought, amend the previous patch to pass itself the ValueObject& f...Enrico Granata2015-09-222-3/+5
* Move the logic to post-process dynamic types for ValueObject purposes from th...Enrico Granata2015-09-222-0/+38
* Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueTypeEnrico Granata2015-09-172-2/+5
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+1
* Don't specify languages when setting breakpoints in C function names. We won'...Greg Clayton2015-07-221-1/+1
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+1
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-1/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+1
* Use a singleton accessor for the static list of alternate mangling prefixes s...Greg Clayton2015-04-162-9/+15
* [ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.Siva Chandra2015-04-091-1/+1
* [IRForTarget] Strenghten handling of alternate mangling.Siva Chandra2015-04-092-0/+51
* Add additional DWARF 5 language constants.Bruce Mitchener2015-02-061-1/+2
* Add enumerations for additional languages from DWARF spec updates.Bruce Mitchener2014-07-031-1/+3
* Avoid crash if symbol returns a null nameEd Maste2014-04-031-1/+1
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-1/+3
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* This patch does a couple of things. Jim Ingham2013-11-072-0/+9
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-252-7/+7
* Huge change to clean up types.Greg Clayton2013-07-111-15/+9
* <rdar://problem/13854277>Greg Clayton2013-05-102-17/+15
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Buildbot was failing to build. I guess classes declared in implementation fil...Greg Clayton2013-03-111-3/+4
* <rdar://problem/13372857> Greg Clayton2013-03-112-68/+71
* Fix a reversed test for "for_expression" in creating C++ exception breakpoints.Jim Ingham2013-03-091-9/+17
* Removing leftover printf() statementEnrico Granata2013-02-261-1/+0
* <rdar://problem/13289157>Greg Clayton2013-02-261-2/+15
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-212-0/+7
* Add a test for handling a function call that throws an exception, and make it...Jim Ingham2013-02-141-1/+2
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+5
* <rdar://problem/12711206>Enrico Granata2013-01-231-1/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-6/+6
OpenPOWER on IntegriCloud