| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix arch_helper() to return the list of supported architectures. | Johnny Chen | 2012-05-29 | 1 | -0/+6 |
| | | | | | llvm-svn: 157643 | ||||
| * | <rdar://problem/11330621> | Greg Clayton | 2012-05-10 | 1 | -0/+21 |
| | | | | | | | | | | | | | Fixed the DisassemblerLLVMC disassembler to parse more efficiently instead of parsing opcodes over and over. The InstructionLLVMC class now only reads the opcode in the InstructionLLVMC::Decode function. This can be done very efficiently for ARM and architectures that have fixed opcode sizes. For x64 it still calls the disassembler to get the byte size. Moved the lldb_private::Instruction::Dump(...) function up into the lldb_private::Instruction class and it now uses the function that gets the mnemonic, operandes and comments so that all disassembly is using the same code. Added StreamString::FillLastLineToColumn() to allow filling a line up to a column with a character (which is used by the lldb_private::Instruction::Dump(...) function). Modified the Opcode::GetData() fucntion to "do the right thing" for thumb instructions. llvm-svn: 156532 | ||||
| * | Completed more work on the KDP darwin kernel debugging Process plug-in. | Greg Clayton | 2011-07-16 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | Implemented connect, disconnect, reattach, version, and hostinfo. Modified the ConnectionFileDescriptor class to be able to handle UDP. Added a new Stream subclass called StreamBuffer that is backed by a llvm::SmallVector for better efficiency. Modified the DataExtractor class to have a static function that can dump hex bytes into a stream. This is currently being used to dump incoming binary packet data in the KDP plug-in. llvm-svn: 135338 | ||||
| * | Add missing includes. | Eli Friedman | 2010-06-09 | 1 | -1/+1 |
| | | | | | llvm-svn: 105712 | ||||
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+81 |
| llvm-svn: 105619 | |||||

