- Feb 10, 2011
-
-
Greg Clayton authored
llvm-svn: 125269
-
Johnny Chen authored
and a helper method UnalignedSupport(). llvm-svn: 125258
-
Caroline Tice authored
input reader. Always make sure the input reader stack is not empty before trying to get the top element from the stack. llvm-svn: 125255
-
Johnny Chen authored
of the CPSR during the course of executing an opcode, and modified SelectInstrSet() to update this variable instead of the original m_inst_cpsr, which should be the cached copy of the CPSR at the beginning of executing the opcode. llvm-svn: 125244
-
Johnny Chen authored
and a helper method ALUWritePC(Context&, uint32_t). llvm-svn: 125241
-
Greg Clayton authored
indirect forms, deals with empty DW_AT_comp_dir attributes, and fixups for handling other signed integer types. llvm-svn: 125240
-
- Feb 09, 2011
-
-
Johnny Chen authored
effect an interworking branch if the ArchVersion() is ARMv5T and above. llvm-svn: 125227
-
Greg Clayton authored
llvm-svn: 125220
-
Stephen Wilson authored
Update the linux plugin code to use the new check for a valid host thread introduced in r125067. llvm-svn: 125213
-
Johnny Chen authored
is in the list of registers to be load and we're in ARMv5T and above, this is an interworking branch. llvm-svn: 125212
-
Johnny Chen authored
we want to record it and issue a WriteRegister callback so the clients can track the mode changes accordingly. llvm-svn: 125209
-
Greg Clayton authored
module's AST context. Prior to this fix, with gcc binaries, we end up with a full class definition for any used classes in each compile unit due to the one definition rule. This would result in us making N copies of class T, where N is the number of compile units that use class T, in the module AST. When an expression would then try and use any types that were duplicated, it would quickly confuse clang and make expression evaluation fail due to all of the duplicate types that got copied over. This is now fixed by making a map of types in the DWARF that maps type names to a collection of types + declaration (file + line number) + DIE. Then later when we find a type we look in this module map and find any already cached types that we can just use. 8935777 llvm-svn: 125207
-
Greg Clayton authored
llvm-svn: 125199
-
Greg Clayton authored
llvm-svn: 125181
-
Greg Clayton authored
llvm-svn: 125162
-
rdar://problem/8972204Greg Clayton authored
<rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase.test_process_launch_for_universal Fix for bad architecture settings that were being used from the qHostInfo. llvm-svn: 125161
-
Greg Clayton authored
on linux. And conditionalize the availablility of the fcntl() command F_GETPATH. llvm-svn: 125152
-
Greg Clayton authored
layer a bit more. llvm-svn: 125149
-
Johnny Chen authored
refactorings of EmulateInstructionARM.cpp file, which will be modified later to take advantage of these helper methods. llvm-svn: 125148
-
Caroline Tice authored
Add code to emulate the LDMIB Arm instruction. Modify code for LDM and LDMDB instructions to only create one context and to reuse it, rather than creating multiple contexts. llvm-svn: 125139
-
Johnny Chen authored
llvm-svn: 125138
-
Jim Ingham authored
Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer. llvm-svn: 125135
-
Johnny Chen authored
on NonZero and Compare and Branch on Zero" operations. llvm-svn: 125134
-
Caroline Tice authored
Add code to emulate LDMDB Arm instruction. llvm-svn: 125133
-
- Feb 08, 2011
-
-
Caroline Tice authored
llvm-svn: 125118
-
Johnny Chen authored
into g_thumb_opcodes table. llvm-svn: 125112
-
Greg Clayton authored
llvm-svn: 125110
-
Greg Clayton authored
getting the file spec from the file descriptor. llvm-svn: 125106
-
Johnny Chen authored
llvm-svn: 125103
-
Johnny Chen authored
llvm-svn: 125100
-
Johnny Chen authored
llvm-svn: 125099
-
Greg Clayton authored
llvm-svn: 125093
-
Greg Clayton authored
loader changes. llvm-svn: 125084
-
Jim Ingham authored
Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. llvm-svn: 125083
-
Greg Clayton authored
the lldb/source/Host/*.cpp and lldb/source/Host/*/*.cpp directories. The only offenders are the command completion and the StreamFile.cpp. I will soon modify StreamFile.cpp to use a lldb/source/Host/File.cpp so that all file open, close, read, write, seek, are abstracted into the host layer as well, then this will be gone. llvm-svn: 125082
-
Jim Ingham authored
llvm-svn: 125081
-
Jim Ingham authored
llvm-svn: 125080
-
Jim Ingham authored
llvm-svn: 125079
-
Greg Clayton authored
We have a common unix implementation in lldb/source/Host/common/FileSpec.cpp. llvm-svn: 125078
-
Jim Ingham authored
llvm-svn: 125076
-