summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Disassembler.cpp
AgeCommit message (Expand)Author
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-02-07When creating a disassembler for one of the arm variants that canJason Molenda
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-09Handle endianness in the Opcode classEd Maste
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-10Update comment (MIPS also has 32-bit opcodes)Ed Maste
2013-09-12Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham
2013-07-08Use target DisplaySource if available so we can get mixed source and assembly.Michael Sartain
2013-05-18<rdar://problem/11398407>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-03<rdar://problem/13384801>Greg Clayton
2013-03-28<rdar://problem/11730263>Greg Clayton
2013-03-13DoesBranch needs to compute the instruction if it isn't already done.Jim Ingham
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2013-02-23<rdar://problem/13265297> Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-04<rdar://problem/12389806> Jason Molenda
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-08-07Changed the Opcode::GetData() API so that it didn'tSean Callanan
2012-08-01Instructions generated by a disassembler can nowSean Callanan
2012-05-25<rdar://problem/11534686> Greg Clayton
2012-05-10<rdar://problem/11330621>Greg Clayton
2012-03-09First stage of implementing step by "run to next branch". Doesn't work yet, ...Jim Ingham
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-03-06Added the ability to disassembly "count" instructions given a SBAddress. Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-14Fixed a bug that caused the description stringsSean Callanan
2012-02-10Extended function lookup to allow the user toSean Callanan
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-12-14I have added a function to SBTarget that allowsSean Callanan
2011-11-30Make sure that we print out function or symbol information. If we disassembledGreg Clayton
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-18Don't put modules for .o files into the global shared module list. WeGreg Clayton
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton
2011-06-28Remove the disassembly option: "eOptionShowCurrentLine" and replaced it withGreg Clayton
2011-06-22Fixed an issue where SBFrame::GetDisassembly() was returning disassembly thatGreg Clayton
2011-05-09While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton