llvm-project/lldb/source/Plugins/ObjectFile
Greg Clayton c280746b8c <rdar://problem/12602978>
RegisterContextKDP_i386 was not correctly writing registers due to missing "virtual" keywords. Added the virtual keywords and made the functions pure virtual to ensure subclasses can't get away without implementing these functions.

llvm-svn: 167066
2012-10-30 23:57:32 +00:00
..
ELF Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
Mach-O <rdar://problem/12602978> 2012-10-30 23:57:32 +00:00
PECOFF Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. 2012-10-25 16:54:22 +00:00