summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadPlanTracer.cpp
Commit message (Expand)AuthorAgeFilesLines
* ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.Jim Ingham2019-12-201-4/+5
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-1/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-7/+12
* [Target][NFCI] Remove commented out codeAlex Langford2019-07-171-2/+0
* 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-2/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-1/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-3/+0
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-206/+167
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-30/+20
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-1/+1
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+1
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-6/+3
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+2
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Change the default disassembly format again. First attempt atJason Molenda2015-02-131-1/+2
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-1/+1
* Add a new disassembly-format specification so that the disassemblerJason Molenda2014-10-101-1/+5
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-11/+0
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Huge change to clean up types.Greg Clayton2013-07-111-3/+3
* <rdar://problem/11730263>Greg Clayton2013-03-281-2/+3
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-3/+6
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-5/+5
* <rdar://problem/11330621>Greg Clayton2012-05-101-2/+1
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-14/+22
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-41/+46
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* Trivial fix - insert a space between the frame name and the instruction output.Jim Ingham2011-06-221-0/+1
* Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This ...Jim Ingham2011-06-221-1/+1
* Replace direct uses of the Debugger's output stream withCaroline Tice2011-06-151-3/+7
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-40/+29
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-1/+1
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+3
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-3/+2
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-2/+2
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-1/+1
OpenPOWER on IntegriCloud