summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Disassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Simplify a few methods (2/2) (NFC)Jonas Devlieghere2019-09-041-52/+62
* [Disassembler] Simplify a few methods (NFC)Jonas Devlieghere2019-09-041-46/+53
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-14/+11
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-101-2/+2
* Disable the step over skipping calls feature since buildbots are not happy.Greg Clayton2019-05-101-2/+2
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-091-1/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-13/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-8/+6
* Remove comments after header includes.Jonas Devlieghere2018-11-111-17/+17
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-3/+3
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-2/+2
* ResolveAddress: check returned value of resolving functions.Tatyana Krasnukha2018-06-221-7/+8
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-45/+38
* 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
OpenPOWER on IntegriCloud