summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-13/+13
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-2/+3
* Typo fixes.Bruce Mitchener2018-05-291-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-33/+27
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-1/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-9/+8
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-8/+7
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-111-10/+41
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-597/+554
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-3/+0
* Stack unwinding emulation: handle adjustment of FPTamas Berghammer2016-02-191-1/+16
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-101-38/+70
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-181-10/+2
* Fix assertion failure caused by r245546Tamas Berghammer2015-08-211-9/+24
* Improve instruction emulation based stack unwindingTamas Berghammer2015-08-201-2/+11
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-171-8/+12
* Ignore "push/pop {sp}" in emulation based unwindingTamas Berghammer2015-06-301-3/+8
* Add branch emulation to aarch64 instruction emulatorTamas Berghammer2015-06-261-0/+10
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-170/+55
* Initial Assembly profiler for mips64Bhushan D. Attarde2015-03-181-1/+29
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-3/+5
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-2/+4
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+2
* On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala2014-08-251-0/+8
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+2
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-1/+3
* The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham2013-07-311-0/+3
* <rdar://problem/13854277>Greg Clayton2013-05-101-12/+5
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13521159>Greg Clayton2013-03-271-5/+5
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-0/+1
* Made LLDB compile with LLVM top-of-tree again.Sean Callanan2012-12-211-2/+0
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Change how the UnwindAssemblyInstEmulation class tracks the setup ofJason Molenda2012-10-231-11/+32
* Add code to UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssemblyJason Molenda2012-10-171-2/+49
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
OpenPOWER on IntegriCloud