- c9e1190 [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception_type and add GetCurrentExceptionBacktrace SB ABI by Kuba Mracek · 7 years ago
- a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
- e60bc53 [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for objc_exception_throw for Obj-C runtimes by Kuba Mracek · 7 years ago
- e103ae9 Add setting to require hardware breakpoints. by Jonas Devlieghere · 7 years ago
- d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
- 859f54b Improve SBThread's stepping API using SBError parameter. by Alexander Polyakov · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- f2a8bcc Move StructuredData from Core to Utility by Pavel Labath · 8 years ago
- ef45d8b Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntime plugins. by Kuba Mracek · 8 years ago
- 5bfee5f Added new API to SBStructuredData class by Abhishek Aggarwal · 8 years ago
- 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- 753e13c Add logging to SBThread::GetInfoItemByPathAsString to by Jason Molenda · 9 years ago
- 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 000ca18 Fix Windows build - add return statement in SBThread::StepUsingScriptedThreadPlan. by Oleksiy Vyalov · 9 years ago
- c915a7d Add a few more needed bits to the scripted thread plans. by Jim Ingham · 9 years ago
- 4ac8e93 Add an API to unwind from a hand-called expression. by Jim Ingham · 9 years ago
- b2e7d28 SBThread also had some places where it got the ExecutionContext w/o by Jim Ingham · 9 years ago
- bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
- 7fa7dc3 Take the API lock in SBThread::IsValid & SBFrame::IsValid. by Jim Ingham · 9 years ago
- 1aad8fb Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. by Kuba Brecka · 9 years ago
- 058c302 Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not crash when thread_id is unavailable. Plus a whitespace fix. by Kuba Brecka · 9 years ago
- 6a83143 Add ThreadSanitizer debugging support. by Kuba Brecka · 10 years ago
- cbf6f9b Adding an SBThread::StepInto that takes an end-line, also moved the code that figures by Jim Ingham · 10 years ago
- 25d5b10 When constructing an address range to "step" or "next" through, by Jason Molenda · 10 years ago
- 1ef6e4c Fix log message warning in SBThread. by Bruce Mitchener · 10 years ago
- 989a755 SBThread::StepOutOfFrame should check that the SBStackFrame it gets passed by Jim Ingham · 10 years ago
- 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
- 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
- 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
- ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
- 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
- 603985f SBThread::GetDescription should use the Thread format instead of making up by Jim Ingham · 11 years ago
- dc6224e Make the "synchronous" mode actually work without race conditions. by Greg Clayton · 11 years ago
- afdf842 LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction by Kuba Brecka · 11 years ago
- 2bdbfd5 This checkin is the first step in making the lldb thread stepping mechanism more accessible from by Jim Ingham · 11 years ago
- 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
- b4892cd Add a new SBThread::SafeToCallFunctions API; this calls over to by Jason Molenda · 11 years ago
- b9ffa98 Add a new SBThread::GetQueue() method to get the queue that is by Jason Molenda · 11 years ago
- 8334e14 Fixed SBThread.GetStopReasonDataAtIndex() to correctly return breakpoint location ID. by Greg Clayton · 11 years ago
- 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
- 6c9ed91 Make the fail messages by Jim Ingham · 11 years ago
- 4b4b247 This commit reworks how the thread plan's ShouldStopHere mechanism works, so that it is useful not only by Jim Ingham · 12 years ago
- ac605f4 Add API logging to the SBQueue/SBQueueItem/SBThread calls. by Jason Molenda · 12 years ago
- a6e9130 Add logging for the SB API which creates extended threads. by Jason Molenda · 12 years ago
- 8ee9cb5 Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method by Jason Molenda · 12 years ago
- 008c45f Change SBThread::GetExtendedBacktrace to by Jason Molenda · 12 years ago
- 7a2f790 The Threads created when requesting extended backtraces need to be owned by by Jason Molenda · 12 years ago
- 02706c3 Add History subclasses for Thread, Unwind, RegisterContext. by Jason Molenda · 12 years ago
- 95d005c Rename extended backtrace methods to take out the "ThreadOrigin" by Jason Molenda · 12 years ago
- 5dd4916 Add a new GetThreadOriginExtendedBacktrace method to the by Jason Molenda · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 4fdb586 Expose the Thread::GetQueueID() method through the SBThread API, similar to by Jason Molenda · 12 years ago
- f86248d Added a 'jump' command, similar to GDBs. by Richard Mitton · 12 years ago
- 4d56e9c This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 12 years ago
- a75418d Adding new Python API function to check for stopped threads. by Andrew Kaylor · 12 years ago
- 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
- 0a2df22 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 13 years ago
- f85defa Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 13 years ago
- c627682 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 90ba811 <rdar://problem/12649160> by Greg Clayton · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
- 97d5cf0 <rdar://problem/9959501> by Greg Clayton · 13 years ago
- 6fe2dc7 Remove a duplicate frame_sp local that was shadowing the one we copied the incoming SBFrame into. by Jim Ingham · 13 years ago
- 94b0924 SBThread::StepOut and SBThread::StepOutOfFrame should both run all threads. by Jim Ingham · 13 years ago
- c02e334 SBThread::StepOverUntil should run all threads. It is running to breakpoints, so running one thread is likely to cause the target to stall. by Jim Ingham · 13 years ago
- cb640dd Make the unwinding of the stack part of "thread return" work, and add the thread return command. by Jim Ingham · 13 years ago
- 4413758 Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 13 years ago
- 4fc6cb9 Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 13 years ago
- 7ba6e99 Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
- 64e7ead Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 13 years ago
- c9858e4 Added logging when API calls try to do something that shouldn't be done when the process is stopped by having logging calls that end with "error: process is running". by Greg Clayton · 13 years ago
- 7fdf9ef Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
- 31950a5 Fixed some space formatting. by Greg Clayton · 14 years ago
- e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
- 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
- b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
- 17a6ad0 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 14 years ago
- 290fa41 Fixed code rot pointed out by Jim. by Johnny Chen · 14 years ago
- 73ca05a Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 14 years ago
- 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
- da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
- 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
- 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
- fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
- 762f713 Don't put modules for .o files into the global shared module list. We by Greg Clayton · 14 years ago
- b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
- 9b70ddb StepUntil should check whether the target of the step until is in the current by Jim Ingham · 14 years ago
- 481cef2 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 15 years ago
- 9566143 Fixed missing return value (patch from Stephen Wilson). by Greg Clayton · 15 years ago
- 722a0cd Added the following functions to SBThread to allow threads to be suspended when a process is resumed: by Greg Clayton · 15 years ago
- af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
- f028a1f Added access to set the current stack frame within a thread so any command by Greg Clayton · 15 years ago