- c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
- 85fbe9d Fixed a Linux building bug pointed out by Daniel Malea. by Filipe Cabecinhas · 12 years ago
- 8c13064 Fix wrong directory pathname. by Johnny Chen · 12 years ago
- 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
- ee188ee Added a test for the Python part of SBInputReader callbacks. by Filipe Cabecinhas · 12 years ago
- 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
- 9262cd5 rdar://problem/11324515 by Johnny Chen · 12 years ago
- f84e566 Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm-project?rev=162322&view=rev. by Johnny Chen · 12 years ago
- af4e966 Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since the sentry object is already doing that. by Johnny Chen · 12 years ago
- bd446f1 rdar://problem/12144930 by Johnny Chen · 12 years ago
- 018f2e7 Comment change. by Johnny Chen · 12 years ago
- 684d401 SBValue::GetTypeName and SBValue::GetByteSize might have to update the dynamic value - which might involve running code. So they need to take the stop lock & target locks. by Jim Ingham · 12 years ago
- 9c50f83 Fix the wrong comment in TestUUIDMismatchWarnings.py. by Johnny Chen · 12 years ago
- 16742a6 Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite. by Johnny Chen · 12 years ago
- a809180 Added qVAttachOrWaitSupported packet support. by Greg Clayton · 12 years ago
- f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
- ec2d127 Add FILE* typemaps for SBDebugger.GetInputFileHandle() and friends. by Filipe Cabecinhas · 12 years ago
- f68a205 Some eh_frame unwind instructions will define a return address register; by Jason Molenda · 12 years ago
- 544f2b6 Fix missing braces from the python-GIL merge. by Johnny Chen · 12 years ago
- 8165d43 Merge python-GIL bracnh (by filcab) back into trunk! by Johnny Chen · 12 years ago
- 8121d7a Fix a race condition where multiple PythonInputReaderManager instances could, during destruction, by Johnny Chen · 12 years ago
- 002ce8a Committed a simple dtrace script that tracks by Sean Callanan · 12 years ago
- 7acd60a Fixed some small formatting issues in the help for by Sean Callanan · 12 years ago
- 25db51f Fixed a crash when incomplete expression variables are materialized. by Sean Callanan · 12 years ago
- a73ad66 Catch timestamps for the beginning and end of the test suite run. by Johnny Chen · 12 years ago
- e4ec509 Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! by Johnny Chen · 12 years ago
- 6c061be rdar://problem/12096295 by Johnny Chen · 12 years ago
- ad01496 Fixed a typo. by Sean Callanan · 12 years ago
- 519274f A little bit of refactoring. by Johnny Chen · 12 years ago
- 0b09366 When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, by Johnny Chen · 12 years ago
- 2f7fd49 <rdar://problem/11589605> Making a by Enrico Granata · 12 years ago
- c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
- b454db7 When emulating instructions that read from memory, by Jason Molenda · 12 years ago
- 4dc86bb Comment changes. by Johnny Chen · 12 years ago
- 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
- 40819bf <rdar://problem/12087275> by Greg Clayton · 12 years ago
- ab20f29 Added a new "objc_refs" command that will track down all allocations on the heap that have the "isa" for the objective C class at offset zero. This will need to be improved to deal with KVO classes, but it is a start. It also disallows looking up a pointer value of zero since that would return way too many matches. by Greg Clayton · 12 years ago
- 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
- caddaf4 <rdar://problem/11791234> by Greg Clayton · 12 years ago
- 9885ef3 Revert changes where we copied the expression locations back to using the reference into the debug info until test suite failures are resolved. by Greg Clayton · 12 years ago
- 9880efa Add explicit casts to bool in "shared pointer is valid" constructs that return bool. by Jim Ingham · 12 years ago
- 1edae5f Change the minimum deployment target to 10.7 since clang requires 10.7 to use the new libc++. by Jim Ingham · 12 years ago
- 4fa86fe <rdar://problem/11791234> by Greg Clayton · 12 years ago
- 392d9e0 Use the file completer for "process launch" arguments. <rdar://problem/11274012> by Jim Ingham · 12 years ago
- e773e4d Remove a little unuseful output from the UnwindPlan::Row::Dump and UnwindPlan::Dump methods. by Jason Molenda · 12 years ago
- 2836136 Add command completion test case for 'watchpoint command'. by Johnny Chen · 12 years ago
- caadc0d Fixed a potential crash where we attempt to read an invalid register. by Sean Callanan · 12 years ago
- 97600c1 rdar://problem/11457143 by Johnny Chen · 12 years ago
- f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
- 3908bb1 Added back member initialization for m_batch_command_mode, which was most likely removed accidentally a while back. by Johnny Chen · 12 years ago
- 879de48 <rdar://problem/11578397> Adding a new --summary-string option for the frame variable command which allows the user to provide a summary string with which he wants to display the variables without having to make a named summary first by Enrico Granata · 12 years ago
- 2299466 Turn on function args by default in thread & frame formats. by Jim Ingham · 12 years ago
- 535543d <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. by Enrico Granata · 12 years ago
- 1e1e6cb LLDB no longer prints <no result> by default if by Sean Callanan · 12 years ago
- 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
- dd50fe4 llvm.zip rebuilt with libc++ for Mac OS X. by Sean Callanan · 12 years ago
- 4582fea On Mac OS X, lldb will now build c++11 and use by Sean Callanan · 12 years ago
- 4761ca3 Made lldb.swig include <string>, which it requires. by Sean Callanan · 12 years ago
- b386d82 Removed explicit NULL checks for shared pointers by Sean Callanan · 12 years ago
- 91815a4 When compiling with C++11, switch from hash_multimap to unordered_multimap. by Sean Callanan · 12 years ago
- 76d834e Now that the testcase is fixed, it is no longer an expected failure. by Sean Callanan · 12 years ago
- 9a56a71 <rdar://problem/12061386> Fixing data-formatter-cpp test case - previous version had an unfortunate dependency on the value of uninitialized memory by Enrico Granata · 12 years ago
- b842a11 The C++ data formatter tests are flaky. Marking by Sean Callanan · 12 years ago
- f466956 Fixed the delay that was happening when quitting lldb from the command line. We weren't initializing the command pipes when constructing a ConnectionFileDescriptor with a file descriptor. by Greg Clayton · 12 years ago
- 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
- 0e1d06d Indentation fix for dotest.py. by Filipe Cabecinhas · 12 years ago
- c056664 Make dotest.py runnable from a directory other than lldb/test by Filipe Cabecinhas · 12 years ago
- c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
- 59959eb Made "call" another alias for "expression --", by Sean Callanan · 12 years ago
- 5741df7 Added the ability to set the architecture from two numbers that represent the mach-o CPU type and subtype in the format "%u-%u" or "%u.%u". This can of course be followed by vendor and OS. by Greg Clayton · 12 years ago
- 0d66ca9 <rdar://problem/11576169> Better documentation string for the -Y option to frame variable by Enrico Granata · 12 years ago
- fd953a2 Added fix from Pawel Worach. by Filipe Cabecinhas · 12 years ago
- 7206874 Start working on the test suite in FreeBSD by Filipe Cabecinhas · 12 years ago
- f4b54c8 Fixing an issue where ValueObject::GetPointeeData() would not work correctly for file addresses when fetching items other than the 0-th by Enrico Granata · 12 years ago
- b42f1c8 Changed the Opcode::GetData() API so that it didn't by Sean Callanan · 12 years ago
- 3da64ae Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instructions to be encoded as a 32 bit value for the EmulateARM code. by Greg Clayton · 12 years ago
- e662457 Updating Xcode project version numbers for lldb-165 and debugserver-192 by Sean Callanan · 12 years ago
- 1424a5e Improved raw disassembly output for Thumb. by Sean Callanan · 12 years ago
- e8c020c <rdar://problem/12029894> by Greg Clayton · 12 years ago
- 5016669 Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namespace to lldb_cxxabiv1 for the time being. by Johnny Chen · 12 years ago
- 5a60f5e <rdar://problem/12027563> Making sure that some class of stop-hook commands that involve po'ing objects do not cause an endless recursion by Enrico Granata · 12 years ago
- 6f72da8 Updating Xcode project version numbers for lldb-164 and debugserver-191 by Sean Callanan · 12 years ago
- b87efc9 <rdar://problem/11846023> Fixing a bug where malformed DWARF could lead to an endless recursion with synthetic children by Enrico Granata · 12 years ago
- 894eab4 Silence the "Command ... failed!" message when not running in trace mode. by Johnny Chen · 12 years ago
- 4f28c31 Instructions generated by a disassembler can now by Sean Callanan · 12 years ago
- ee1747d Make the objc-runtime work with Python 2.6 by Filipe Cabecinhas · 12 years ago
- f6132ef <rdar://problem/11275622> by Greg Clayton · 12 years ago
- 1cddbaa When building up the UnwindPlan based on eh_frame unwind by Jason Molenda · 12 years ago
- f6d5fea Fixed a problem where stepping out would turn into by Sean Callanan · 12 years ago
- ca2c707 <rdar://problem/11862570> Fixing a potential crasher related to Python locking by Enrico Granata · 12 years ago
- 40a3976 <rdar://problem/11620586> by Greg Clayton · 12 years ago
- d8ae7f2 Don't set the thread when adopting selected execution context entries, and use the "lldb_private::StateIsStoppedState(StateType, bool)" function to tell if the state is stopped. by Greg Clayton · 12 years ago
- 67aa5b6 Make glibc and its developers happy. Circumvent the lack of strlcat in glibc. by Filipe Cabecinhas · 12 years ago
- df80272 Fixed ePathTypePythonDir for Linux and FreeBSD (at least). This works for non-installed compilations. I will test further. by Filipe Cabecinhas · 12 years ago
- cafcc6c Added a few more summaries I find useful for lldb. by Jim Ingham · 12 years ago
- 2975ada Fixed the expression parser to ignore C++ and by Sean Callanan · 12 years ago
- 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
- 083b376 Changed the IRForTarget pass to ensure that all by Sean Callanan · 12 years ago
- 9347d44 Don't have ExecutionContextRef::SetTargetPtr fill in the frame by Jason Molenda · 12 years ago
- c3ba2af Relax the test for "is the frame I am going to step back out to the one I started from" in ThreadPlanStepOverRange so you don't by Jim Ingham · 12 years ago