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
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-2
/
+2
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-2
/
+2
*
Add support for DW_OP_piece and DW_OP_bit_piece.
Greg Clayton
2014-02-12
1
-3
/
+84
*
Avoid LLDB crash upon DW_OP_deref* with empty stack
Ed Maste
2014-01-13
1
-0
/
+12
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-6
/
+70
*
Remove some unused #includes.
Jim Ingham
2013-09-05
1
-4
/
+0
*
Cleanup/rearrange includes:
Virgile Bello
2013-08-28
1
-0
/
+4
*
Reverts r187449 (report_fatal_error) in favor of a log message since
Ashok Thirumurthi
2013-07-31
1
-3
/
+3
*
Add a default case to the LLVM expression opcode switch statement
Daniel Malea
2013-07-30
1
-0
/
+4
*
Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions
Ashok Thirumurthi
2013-07-29
1
-0
/
+32
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-593
/
+30
*
<rdar://problem/13893094>
Greg Clayton
2013-05-17
1
-1
/
+8
*
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
-2
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-1
/
+1
*
Adding support for DW_OP_stack_value in DWARFExpression::Evaluate
Andrew Kaylor
2013-03-06
1
-0
/
+12
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-9
/
+10
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-42
/
+42
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-23
/
+23
*
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
[next]