- c9e1190 [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception_type and add GetCurrentExceptionBacktrace SB ABI by Kuba Mracek · 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
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
- 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
- 3879fe0 Modernize and clean-up the Predicate class by Pavel Labath · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
- 3887ba8 Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump) by Adrian McCarthy · 8 years ago
- 8f31dc9 Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump)" by Adrian McCarthy · 8 years ago
- 5fc4fa5 Fix for bug 34532 - A few rough corners related to post-mortem debugging (core/minidump) by Adrian McCarthy · 8 years ago
- ef7aff5 Fix assorted compiler warnings (mismatched signedness and printf specifiers) by Pavel Labath · 8 years ago
- 0a94072 Fix some type-based warnings by Tim Hammerquist · 8 years ago
- 7f1c121 Introduce new command: thread backtrace unique by Pavel Labath · 8 years ago
- d2a7e85 Fix the warning when you pass -c to step/next/si/ni. by Jim Ingham · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
- ecd760c Remove \x13 (^S) character that was likely added by mistake. by Adrian Kuegel · 9 years ago
- 9ac8260 Fix "thread step until" handling of multiple line inputs. by Jim Ingham · 9 years ago
- c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
- 1e8016b Fix some more StringRef printf warnings. by Zachary Turner · 9 years ago
- fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
- 4f243e8 "thread backtrace" should use the thread-stop-format. by Jim Ingham · 9 years ago
- 6a9767c Clean up the stop printing header lines. by Jim Ingham · 9 years ago
- 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
- 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
- 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
- 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
- ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
- f810491 Fix deadlock due to thread list locking in 'bt all' with obj-c by Stephane Sezer · 10 years ago
- 8d94ba0 This change introduces a "ExpressionExecutionThread" to the ThreadList. by Jim Ingham · 10 years ago
- 970bb9e Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function by Jim Ingham · 10 years ago
- 50ff9fe Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectThread.cpp; other minor fixes. by Eugene Zelenko · 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
- c17d6bd This is an idea to make "thread step-in --target" work for the common by Jim Ingham · 10 years ago
- 1f5fcf8 Fix "thread backtrace -s": option was misparsed because of a missing break. by Jim Ingham · 10 years ago
- 25d5b10 When constructing an address range to "step" or "next" through, by Jason Molenda · 10 years ago
- 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 4446487 Improve LLDB prompt handling by Pavel Labath · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
- ca05ae2 Add an assertion for frame[0] being valid in CommandObjectThread.cpp. by Stephane Sezer · 11 years ago
- 019b031 Add a missing null pointer check in CommandObjectThread.cpp. by Stephane Sezer · 11 years ago
- a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
- 9bdea54 Add a "-a/--address" option to "thread until". You can specify one or more line numbers (as arguments) by Jim Ingham · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 898e10e Change int32_t to uint32_t to fix warnings. by Zachary Turner · 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
- a3b89e2 Fix iohandler prompt race condition. by Todd Fiala · 11 years ago
- 4041116 Fix some warnings in the Windows build. by Zachary Turner · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- 7a88ec9 Add the ability to provide a "count" option to the various "thread step-*" operations. Only by Jim Ingham · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
- 8646d3c Rename eExecution*** to eExpression*** to be consistent with the result type. by Jim Ingham · 11 years ago
- 1624a2d Make the Expression Execution result enum available to the SB API layer. by Jim Ingham · 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
- 008c45f Change SBThread::GetExtendedBacktrace to by Jason Molenda · 12 years ago
- 750ea69 Add initial --extended / -e support to thread backtrace. by Jason Molenda · 12 years ago
- 5c19eac Added Iterable, a class that vends standard C++ by Sean Callanan · 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
- 9063bf4 Fixing a problem where CommandObjectThreadContinue held the thread list lock while waiting for the process to stop after a continue. by Andrew Kaylor · 12 years ago
- f86248d Added a 'jump' command, similar to GDBs. by Richard Mitton · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- 4d56e9c This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 12 years ago
- 93208b8 Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) by Jim Ingham · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
- c627682 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 13 years ago
- c3faa19 Broadcast an event when the selected thread is changed. by Jim Ingham · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 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
- 43d886e "thread step-out" should run all threads by default. by Jim Ingham · 13 years ago
- f76ab67 Use the frame index passed into "thread until" rather than using the selected frame. 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
- 41f2b94 Fixed a few places where we were doing: by Jim Ingham · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
- c8a0ce0 <rdar://problem/11800213> by Greg Clayton · 13 years ago
- 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
- ce76c62 Fix a bunch of thinko's in the command "thread continue". by Jim Ingham · 13 years ago
- 76927ee <rdar://problem/11562050> by Greg Clayton · 13 years ago
- 29412d1 Set the result status correctly for asynchronous step-in/out/over commands. by Jim Ingham · 13 years ago
- 7ba6e99 Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago