summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Disassembler.cpp
AgeCommit message (Expand)Author
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16Run all threads when extending a next range over a call.Jim Ingham
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-09-04[Disassembler] Simplify a few methods (2/2) (NFC)Jonas Devlieghere
2019-09-04[Disassembler] Simplify a few methods (NFC)Jonas Devlieghere
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-05-10Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath
2019-05-10Disable the step over skipping calls feature since buildbots are not happy.Greg Clayton
2019-05-09Improve step over performance by not stopping at branches that are function c...Greg Clayton
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-06-22ResolveAddress: check returned value of resolving functions.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-05-04[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-21add stop column highlighting supportTodd Fiala
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-14More cleanup in `frame diagnose,` eliminating a bunch of messy cases.Sean Callanan
2016-09-13Cleaned up some of the "frame diagnose" code to use Operands as currency.Sean Callanan
2016-09-08Fix unused variable and integer sign warnings from r280906Ed Maste
2016-09-08I'm experimenting with changing how the mixed source & assemblyJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-06-07Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton
2016-04-05Consolidate the knowledge of what arm cores are always executingJason Molenda
2016-03-22Unicode support on Win32.Zachary Turner
2016-03-15Remove unnecessary <limits> includes.Jim Ingham
2016-03-12Let's not convert from UINT32_MAX to the std::numeric_limits version.Jim Ingham
2016-03-03Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-21The llvm Triple for an armv6m now comes back as llvm::Triple::thumb.Jason Molenda
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-11Add Hexagon packet support to ThreadPlanStepRangeTed Woodward