aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/Thread.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-2200/+1866
2016-08-23Implementation "step out" plans shouldn't gather the return value.Jim Ingham1-1/+3
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton1-2/+2
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-35/+34
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+1
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham1-1/+1
2016-02-26Make LLDB safer to use with respect to the global destructor chain.Greg Clayton1-4/+5
2016-02-26Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton1-2/+6
2016-02-03Remove a stray ;.Jim Ingham1-1/+0
2016-01-08Re-apply r257117 (reverted in r257138 temporarily),Jason Molenda1-4/+6
2016-01-08Revert r257117 "Performance improvement: Change lldb so that itJason Molenda1-6/+4
2016-01-08Performance improvement: Change lldb so that it puts a breakpointJason Molenda1-4/+6
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-65/+53
2015-12-15When constructing an address range to "step" or "next" through,Jason Molenda1-2/+37
2015-11-06Another optimization to keep down gdb-remote traffic. If we have suspended a...Jim Ingham1-4/+7
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko1-83/+38
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan1-3/+3
2015-09-03Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham1-1/+1
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-1/+1
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-1/+1
2015-08-10Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda1-8/+2
2015-08-06Change the warning message about optimization to be printed onceJason Molenda1-4/+5
2015-08-06Second part of indicating when the user is stopped in optimized code.Jason Molenda1-0/+28
2015-07-17More packet performance improvements. Greg Clayton1-0/+9
2015-07-01Fix indentation.Greg Clayton1-2/+2
2015-06-02Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham1-6/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-15Assembly profiler for mips32Bhushan D. Attarde1-0/+2
2015-04-23[LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad1-0/+1
2015-04-08Fix segfault when doing `thread info` on a thread without stop info.Chaoren Lin1-7/+10
2015-03-18Move lldb-log.cpp to core/Logging.cppZachary Turner1-1/+0
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner1-0/+2
2015-03-03Reduce header footprint of Target.hZachary Turner1-0/+1
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton1-6/+11
2015-01-28Use LLDB_INVALID_FRAME_ID for invalid frame ID's.Jim Ingham1-1/+1
2015-01-21Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton1-2/+2
2014-12-09Handle thumb IT instructions correctly all the time.Greg Clayton1-2/+32
2014-10-31Fix some bugs from D5988Justin Hibbits1-1/+1
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits1-0/+2
2014-10-16Add /* DISABLES CODE */ annotation before if (0) to mark it as intentional.Jason Molenda1-1/+1
2014-10-16Remove unused initialization.Jason Molenda1-1/+1
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka1-5/+17
2014-10-08Fix stepping over the inserted breakpoint trap when the NEXT instructionJim Ingham1-19/+19
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-42/+117
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala1-1/+1
2014-07-23Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala1-1/+1
2014-07-08If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham1-1/+17
2014-07-01Fix typos.Bruce Mitchener1-1/+1
2014-06-25Remove extra newline from log PrintfEd Maste1-1/+1
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-1/+82