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
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
Fix MSVC warings in DWARFExpression.cpp
Tamas Berghammer
2015-09-21
1
-1
/
+2
*
Add support for the DWARFLocationList used by split-dwarf
Tamas Berghammer
2015-09-16
1
-238
/
+317
*
Add support for DW_OP_GNU_const_index to dwarf expression
Tamas Berghammer
2015-09-15
1
-3
/
+45
*
Remove an invalid check in DW_OP_piece processing.
Hafiz Abid Qadeer
2015-09-09
1
-1
/
+1
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-1
/
+1
*
Handle DW_OP_GNU_addr_index in DWARF expressions
Tamas Berghammer
2015-08-25
1
-6
/
+91
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-2
/
+0
*
Add support for the DWARFv3 (circa 2005) DW_OP_form_tls_address
Jason Molenda
2015-03-05
1
-4
/
+13
*
Don't crash when evaluating a DWARF expression has a DW_OP_bra with nothing o...
Greg Clayton
2015-02-10
1
-0
/
+7
*
Ryan Brown's patch to handle DW_OP_call_frame_cfa addresses
Jason Molenda
2014-10-16
1
-1
/
+1
*
Ah, accidentally committed a patch I didn't mean to.
Jason Molenda
2014-10-16
1
-1
/
+1
*
It's possible for long_options[long_options_index].definition to be null
Jason Molenda
2014-10-16
1
-1
/
+1
*
Fix -Werror,-Wcovered-switch-default warning in DWARFExpression
Eric Christopher
2014-09-09
1
-5
/
+0
*
Fix typo in error message.
Eric Christopher
2014-08-14
1
-1
/
+1
*
Patch to enable LLDB to extract value bytes from DWARF block forms and udata/...
Enrico Granata
2014-08-11
1
-3
/
+30
*
Rewrote the initial DW_OP_piece support to be able to support opcodes like:
Greg Clayton
2014-07-31
1
-108
/
+145
*
lldb is a scope, not a label
Ed Maste
2014-07-30
1
-1
/
+1
*
Use Process::ReadMemoryFromPointer() instead of manually reading the pointer.
Greg Clayton
2014-07-30
1
-6
/
+3
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
1
-2
/
+76
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
1
-2
/
+2
*
"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
[next]