summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-111-3/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-158/+130
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-51/+49
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-7/+4
* On x86 & x86_64, try to use eh_frame for frame 0.Todd Fiala2014-08-251-0/+5
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* 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
* Change how the UnwindAssemblyInstEmulation class tracks the setup ofJason Molenda2012-10-231-5/+15
* Add code to UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssemblyJason Molenda2012-10-171-0/+2
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-171-0/+2
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+1
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+35
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-8/+12
* Added the start of the CFI row production using theGreg Clayton2011-04-291-0/+2
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-20/+5
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-5/+73
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-4/+4
* More moving things around for the unwind plan and assembly unwind plug-ins.Greg Clayton2011-04-251-0/+82
OpenPOWER on IntegriCloud