summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* More packet performance improvements. Greg Clayton2015-07-171-0/+9
* Fix indentation.Greg Clayton2015-07-011-2/+2
* Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham2015-06-021-6/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Assembly profiler for mips32Bhushan D. Attarde2015-05-151-0/+2
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-0/+1
* Fix segfault when doing `thread info` on a thread without stop info.Chaoren Lin2015-04-081-7/+10
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+2
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-6/+11
* Use LLDB_INVALID_FRAME_ID for invalid frame ID's.Jim Ingham2015-01-281-1/+1
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-2/+2
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-2/+32
* Fix some bugs from D5988Justin Hibbits2014-10-311-1/+1
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+2
* Add /* DISABLES CODE */ annotation before if (0) to mark it as intentional.Jason Molenda2014-10-161-1/+1
* Remove unused initialization.Jason Molenda2014-10-161-1/+1
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-5/+17
* Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham2014-10-081-19/+19
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-42/+117
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+1
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-081-1/+17
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Remove extra newline from log PrintfEd Maste2014-06-251-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+82
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+16
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-56/+52
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+1
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-18/+82
* When a client asks for a queue pending item's extended backtrace,Jason Molenda2014-03-061-2/+2
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+122
* Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...Jim Ingham2014-01-231-0/+12
* <rdar://problem/15172417>Greg Clayton2013-11-131-44/+33
* Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste2013-11-121-2/+1
* This patch does a couple of things. Jim Ingham2013-11-071-27/+0
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-21/+21
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-21/+21
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-181-3/+11
* Make sure the CallFunction Thread plans don't try to do DoTakedown if their t...Jim Ingham2013-10-181-3/+9
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+18
* POSIX RegisterContext for mips64Ed Maste2013-10-101-0/+1
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+73
* <rdar://problem/14526890>Greg Clayton2013-07-301-0/+13
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-22/+22
* Huge change to clean up types.Greg Clayton2013-07-111-4/+3
* Add some useful logging for tracking thread matching problems.Jim Ingham2013-06-221-7/+15
OpenPOWER on IntegriCloud