aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/UnwindAssembly/InstEmulation
AgeCommit message (Expand)Author
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-04Fix typos.Bruce Mitchener
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-11Add a first unit test for the arm64 instruction profiled unwindJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-07Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton
2016-02-19Stack unwinding emulation: handle adjustment of FPTamas Berghammer
2016-02-10Fix handling of the arm IT instruction in the unwinderTamas Berghammer
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-18Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-21Fix assertion failure caused by r245546Tamas Berghammer
2015-08-20Improve instruction emulation based stack unwindingTamas Berghammer
2015-07-17Improve conditional opcode handling in emulation based unwindingTamas Berghammer
2015-06-30Ignore "push/pop {sp}" in emulation based unwindingTamas Berghammer
2015-06-26Add branch emulation to aarch64 instruction emulatorTamas Berghammer
2015-06-24Improve instruction emulation based stack unwinding on ARMTamas Berghammer
2015-03-18Initial Assembly profiler for mips64Bhushan D. Attarde
2015-02-23UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath
2015-02-13Change the default disassembly format again. First attempt atJason 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-08-25On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala
2014-07-02Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas
2014-07-01Fix typos.Bruce Mitchener
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
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-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-03-27<rdar://problem/13521159>Greg Clayton