llvm-project/lldb/source
Johnny Chen b42b05e6de The RegisterInfo descriptors for the convenience registers can specify an offset to be added to the offset as derived from
the value_regs field, which is useful for future expansion purposes.  As of now, we have:

    calculated_offset_of_eax = offset_of_rax + (offset_of_eax_from_the_descriptor which is 0)

llvm-svn: 157275
2012-05-22 18:59:38 +00:00
..
API Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant 2012-05-22 00:12:20 +00:00
Breakpoint Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant 2012-05-22 00:12:20 +00:00
Commands Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant 2012-05-22 00:12:20 +00:00
Core <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. 2012-05-21 16:51:35 +00:00
Expression Updated the object-pointer lookup logic to fix 2012-05-21 22:25:52 +00:00
Host Fixes the case where we created a dummy target, deleted it, and then tried to evaluate an expression with no target. 2012-05-19 09:59:08 +00:00
Interpreter Added an "rb" alias that sets breakpoints by 2012-05-21 18:25:19 +00:00
Plugins The RegisterInfo descriptors for the convenience registers can specify an offset to be added to the offset as derived from 2012-05-22 18:59:38 +00:00
Symbol CompileUnit::ResolveSymbolContext was only filling in the LineEntry regardless of what was passed in for "resolve_scope". I fixed that. 2012-05-21 23:06:47 +00:00
Target Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant 2012-05-22 00:12:20 +00:00
Utility Removed redundant isxdigit checks and added the ability to GetHexU8() so it can extract an 8 bit hex value if one is available. It will set EOF if "set_eof_on_fail" is true or if out of data. This allows a string decoder to grab a string without losing the last part of the packet with a packet like "414243,abc" (it can extract "ABC" and leave the file position set to the comma). 2012-04-07 00:42:53 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Patch from Filipe Cabecinhas. 2012-04-26 17:07:53 +00:00
lldb.cpp Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: 2012-04-14 00:54:42 +00:00