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
/
Expression
/
DWARFExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
*
<rdar://problem/11791234>
Greg Clayton
2012-08-11
1
-1
/
+6
*
<rdar://problem/11791234>
Greg Clayton
2012-08-10
1
-0
/
+7
*
Hardened the process of reading the program counter
Sean Callanan
2012-03-10
1
-1
/
+6
*
Fixed a bug where the DWARF location expression
Sean Callanan
2012-01-06
1
-0
/
+2
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-6
/
+6
*
Fix assert string to be more informative.
Jim Ingham
2011-12-07
1
-1
/
+1
*
<rdar://problem/10507811>
Greg Clayton
2011-12-01
1
-1
/
+10
*
If we are going to assert due to an unhanded opcode, stuff the opcode value i...
Jim Ingham
2011-12-01
1
-2
/
+6
*
<rdar://problem/10338439>
Greg Clayton
2011-11-13
1
-70
/
+342
*
Improved expression logging. Now all calls to
Sean Callanan
2011-10-14
1
-2
/
+2
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-24
/
+46
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-8
/
+8
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added the ability for DWARF locations to use the ABI plug-ins to resolve
Greg Clayton
2011-09-02
1
-12
/
+100
*
Added the ability to see block variables when looking up addresses
Greg Clayton
2011-07-11
1
-74
/
+136
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-12
/
+20
*
lldb-59.
Greg Clayton
2011-05-30
1
-4
/
+8
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-11
/
+27
*
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
Greg Clayton
2011-04-01
1
-2
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+3
*
Split all of the core of LLDB.framework/lldb.so into a
Greg Clayton
2011-03-20
1
-0
/
+4
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-4
/
+4
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-26
/
+11
*
Fixed issues with RegisterContext classes and the subclasses. There was
Greg Clayton
2011-01-06
1
-1
/
+1
*
Fix build error when lldb is being built i386.
Jason Molenda
2010-11-29
1
-3
/
+5
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-37
/
+113
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-8
/
+8
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-4
/
+4
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-68
/
+92
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-5
/
+11
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-2
/
+2
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
1
-0
/
+2
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
1
-0
/
+2
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-3
/
+3
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-10
/
+11
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-0
/
+3
*
Updated the expression parser to use proper logging when
Sean Callanan
2010-06-23
1
-4
/
+4
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+2589