summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-3/+3
* Remove an expensive lock from TimerPavel Labath2017-05-151-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-0/+4
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-22/+31
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-3/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* add stop column highlighting supportTodd Fiala2016-09-211-1/+5
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-5/+6
* More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan2016-09-141-0/+11
* Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan2016-09-131-0/+113
* Fix unused variable and integer sign warnings from r280906Ed Maste2016-09-081-3/+2
* I'm experimenting with changing how the mixed source & assemblyJason Molenda2016-09-081-32/+269
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1126/+897
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-36/+9
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-051-4/+1
* Unicode support on Win32.Zachary Turner2016-03-221-4/+4
* Remove unnecessary <limits> includes.Jim Ingham2016-03-151-1/+0
* Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham2016-03-121-5/+5
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-031-170/+130
* [MIPS] Avoid breakpoint in delay slotBhushan D. Attarde2015-08-261-0/+14
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda2015-08-211-1/+1
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add Hexagon packet support to ThreadPlanStepRangeTed Woodward2015-05-111-2/+49
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-4/+47
* When creating a disassembler for one of the arm variants that canJason Molenda2015-02-071-0/+18
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-12/+15
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-34/+21
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-3/+10
* 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
OpenPOWER on IntegriCloud