summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle endianness in the Opcode classEd Maste2013-12-091-4/+4
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Update comment (MIPS also has 32-bit opcodes)Ed Maste2013-10-101-2/+2
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-2/+2
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-16/+26
* Use target DisplaySource if available so we can get mixed source and assembly.Michael Sartain2013-07-081-6/+9
* <rdar://problem/11398407>Greg Clayton2013-05-181-8/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-3/+3
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+3
* <rdar://problem/13384801>Greg Clayton2013-04-031-7/+10
* <rdar://problem/11730263>Greg Clayton2013-03-281-39/+47
* DoesBranch needs to compute the instruction if it isn't already done.Jim Ingham2013-03-131-1/+1
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-11/+39
* <rdar://problem/13265297> Greg Clayton2013-02-231-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-7/+7
* <rdar://problem/12389806> Jason Molenda2013-01-041-1/+9
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-1/+5
* Changed the Opcode::GetData() API so that it didn'tSean Callanan2012-08-071-1/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-19/+18
* <rdar://problem/11534686> Greg Clayton2012-05-251-3/+16
* <rdar://problem/11330621>Greg Clayton2012-05-101-24/+72
* First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham2012-03-091-0/+34
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+3
* Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton2012-03-061-2/+3
* <rdar://problem/10103468>Greg Clayton2012-02-241-3/+3
* Fixed a bug that caused the description stringsSean Callanan2012-02-141-1/+2
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* I have added a function to SBTarget that allowsSean Callanan2011-12-141-0/+31
* Make sure that we print out function or symbol information. If we disassembledGreg Clayton2011-11-301-1/+1
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-0/+19
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+3
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-45/+51
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-2/+1
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-1/+1
* Remove the disassembly option: "eOptionShowCurrentLine" and replaced it withGreg Clayton2011-06-281-7/+3
* Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton2011-06-221-23/+14
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-4/+4
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-3/+3
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-9/+8
* Fixed the SymbolContext::DumpStopContext() to correctly indent and dumpGreg Clayton2011-04-231-9/+18
* Change code for reading emulation data files to read the new fileCaroline Tice2011-04-221-12/+225
* Use self.TraceOn() API to decide whether to print debug output.Johnny Chen2011-04-211-6/+6
* Add the infrastructure to test instruction emulations automatically.Caroline Tice2011-04-191-0/+148
OpenPOWER on IntegriCloud