summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* When emulating instructions that read from memory,Jason Molenda2012-08-131-0/+1
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-171-8/+84
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-10/+20
* Revert the change I committed yesterday, it caused a regressionJason Molenda2012-07-131-14/+0
* When parsing the epilogue of a thumbv2 function, when we see theJason Molenda2012-07-121-0/+14
* Simplify the CreateDefaultUnwindPlan methods for the x86 and arm unwindersJason Molenda2012-07-091-4/+4
* <rdar://problem/11330621>Greg Clayton2012-05-101-2/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-3/+2
* Fix verbose logging of unwinders.Jason Molenda2011-09-291-6/+6
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Tighten up the 'log enable lldb unwind' printing forJason Molenda2011-09-161-6/+6
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-2/+2
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-1/+3
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-103/+197
* While implementing unwind information using UnwindAssemblyInstEmulation I ranGreg Clayton2011-05-091-37/+45
* Added the start of the CFI row production using theGreg Clayton2011-04-291-15/+95
* Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton2011-04-261-26/+46
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-7/+217
* Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files.Greg Clayton2011-04-251-2/+2
* More moving things around for the unwind plan and assembly unwind plug-ins.Greg Clayton2011-04-251-0/+108
OpenPOWER on IntegriCloud