summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up the stop printing header lines.Jim Ingham2016-11-081-6/+13
* Simplify GetGlobalProperties functions of Thread/Process/TargetPavel Labath2016-10-191-5/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2200/+1866
* Implementation "step out" plans shouldn't gather the return value.Jim Ingham2016-08-231-1/+3
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-2/+2
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-35/+34
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+1
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Make LLDB safer to use with respect to the global destructor chain.Greg Clayton2016-02-261-4/+5
* Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton2016-02-261-2/+6
* Remove a stray ;.Jim Ingham2016-02-031-1/+0
* Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda2016-01-081-4/+6
* Revert r257117 "Performance improvement: Change lldb so that itJason Molenda2016-01-081-6/+4
* Performance improvement: Change lldb so that it puts a breakpointJason Molenda2016-01-081-4/+6
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-65/+53
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+37
* Another optimization to keep down gdb-remote traffic. If we have suspended a...Jim Ingham2015-11-061-4/+7
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-83/+38
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-3/+3
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-031-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda2015-08-101-8/+2
* Change the warning message about optimization to be printed onceJason Molenda2015-08-061-4/+5
* Second part of indicating when the user is stopped in optimized code.Jason Molenda2015-08-061-0/+28
* 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
OpenPOWER on IntegriCloud