index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
CPlusPlus
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-614
/
+553
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
Add a missing include to ItaniumABILanguageRuntime.h
Pavel Labath
2016-05-24
1
-0
/
+1
*
We have many radars showing that stepping through C++ code can result in slow...
Greg Clayton
2016-05-23
2
-136
/
+173
*
Revert r268591
Enrico Granata
2016-05-05
2
-5
/
+2
*
Allow LanguageRuntimes to return an error if they fail in the course of dynam...
Enrico Granata
2016-05-05
2
-2
/
+5
*
Add a 'language cplusplus demangle' command. This can be useful to provide a ...
Enrico Granata
2016-03-25
1
-1
/
+89
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-0
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-0
/
+4
*
Don't complete a class type just to test if it is a class. Code in CompilerTy...
Greg Clayton
2016-02-09
1
-2
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
2
-54
/
+0
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-22
1
-45
/
+43
*
On second thought, amend the previous patch to pass itself the ValueObject& f...
Enrico Granata
2015-09-22
2
-3
/
+5
*
Move the logic to post-process dynamic types for ValueObject purposes from th...
Enrico Granata
2015-09-22
2
-0
/
+38
*
Make LanguageRuntime::GetDynamicTypeAndAddress return a ValueType
Enrico Granata
2015-09-17
2
-2
/
+5
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-4
/
+4
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Don't specify languages when setting breakpoints in C function names. We won'...
Greg Clayton
2015-07-22
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+1
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-3
/
+3
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-1
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+1
*
Use a singleton accessor for the static list of alternate mangling prefixes s...
Greg Clayton
2015-04-16
2
-9
/
+15
*
[ItaniumABILanguageRuntime] Remove an unneccesary 'typename' keyword.
Siva Chandra
2015-04-09
1
-1
/
+1
*
[IRForTarget] Strenghten handling of alternate mangling.
Siva Chandra
2015-04-09
2
-0
/
+51
*
Add additional DWARF 5 language constants.
Bruce Mitchener
2015-02-06
1
-1
/
+2
*
Add enumerations for additional languages from DWARF spec updates.
Bruce Mitchener
2014-07-03
1
-1
/
+3
*
Avoid crash if symbol returns a null name
Ed Maste
2014-04-03
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-1
/
+3
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
This patch does a couple of things.
Jim Ingham
2013-11-07
2
-0
/
+9
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
2
-7
/
+7
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-15
/
+9
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
2
-17
/
+15
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Buildbot was failing to build. I guess classes declared in implementation fil...
Greg Clayton
2013-03-11
1
-3
/
+4
*
<rdar://problem/13372857>
Greg Clayton
2013-03-11
2
-68
/
+71
*
Fix a reversed test for "for_expression" in creating C++ exception breakpoints.
Jim Ingham
2013-03-09
1
-9
/
+17
*
Removing leftover printf() statement
Enrico Granata
2013-02-26
1
-1
/
+0
*
<rdar://problem/13289157>
Greg Clayton
2013-02-26
1
-2
/
+15
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
2
-0
/
+7
*
Add a test for handling a function call that throws an exception, and make it...
Jim Ingham
2013-02-14
1
-1
/
+2
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-5
/
+5
*
<rdar://problem/12711206>
Enrico Granata
2013-01-23
1
-1
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-6
/
+6
[next]