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
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Fix whitespace formatting in DWARFExpression::DumpLocation
Pavel Labath
2018-07-19
1
-14
/
+14
*
Fix an issue where DW_OP_deref might be dereferencing a file address. Convert...
Greg Clayton
2018-06-21
1
-0
/
+28
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-0
/
+6
*
Revert "DWARFExpression: Convert file addresses to load addresses early on."
Adrian Prantl
2018-05-03
1
-4
/
+1
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-1
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-155
/
+137
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-10
/
+10
*
Remove the DWARFExpression -> Clang ExpressionParser dependency
Tamas Berghammer
2017-08-16
1
-21
/
+14
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-7
/
+7
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Use the right dwarf attributes for parsing location list entries (fixup for r...
Pavel Labath
2016-10-31
1
-2
/
+2
*
Rename DWARF 5 constants to adapt to change in LLVM
Adrian Prantl
2016-10-28
1
-3
/
+3
*
Replaced two instances of std::function with auto.
Sean Callanan
2016-09-14
1
-4
/
+3
*
Cleaned up some of the "frame diagnose" code to use Operands as currency.
Sean Callanan
2016-09-13
1
-62
/
+56
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3230
/
+3145
*
Added the "frame diagnose" command and use its output to make crash info better.
Sean Callanan
2016-09-06
1
-0
/
+148
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-6
/
+126
*
DWARFExpression: Don't resolve load address in DW_OP_plus
Tamas Berghammer
2016-03-01
1
-3
/
+3
*
Revert part of rL262014 as it caused issues on gcc-i386
Tamas Berghammer
2016-02-26
1
-4
/
+0
*
Add support for DW_OP_push_object_address in dwarf expressions
Tamas Berghammer
2016-02-26
1
-4
/
+27
*
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
[next]