- 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
- a0b1450 Updating Xcode project version numbers for lldb-163 and debugserver-190 by Sean Callanan · 12 years ago
- 4ff1741 Integrated a fix to LLVM's disassembler that by Sean Callanan · 12 years ago
- 73f6b49 Add a call to "sync" a thread state before checkpointing registers in preparation for by Jim Ingham · 12 years ago
- c1e15f8 Make git not delete some empty dirs. Otherwise a git checkout would be different from an svn checkout. by Filipe Cabecinhas · 12 years ago
- 3aeb286 Provide subdir of StopInfoMachException.h in #include. by Jason Molenda · 12 years ago
- 025f160 Sanity check the result of Symbol::GetPrologueByteSize - make sure it is not greater than the size of the Symbol returning it. by Jim Ingham · 12 years ago
- 56b9f80 Use a more efficient API to tell if a process belongs to springboard or not. by Jim Ingham · 12 years ago
- 1850f94 Added a fix that allows newly-constructed objects by Sean Callanan · 12 years ago
- 4078a30 Handle backslash protection inside unquoted commands like: by Jim Ingham · 12 years ago
- 01ee952 Added a fix to LLVM that corrects PC-relative by Sean Callanan · 12 years ago
- 3a458eb Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. by Jim Ingham · 12 years ago
- 292cca8 Change the things we pass to Mangled::SetValue to be ConstStrings instead of by Jason Molenda · 12 years ago
- 02300fb Fixed the file header to match the filename. by Greg Clayton · 12 years ago
- 40c10a5 Fixed the comment for the lldb_private::PathType enumerations. by Greg Clayton · 12 years ago
- 483d00a Changed ProcessGDBRemote to avoid the reserved by Sean Callanan · 12 years ago
- 2806c76 Make git not delete my_working_dir. Otherwise a git checkout would be different from an svn checkout. by Filipe Cabecinhas · 12 years ago
- ef898c5 <rdar://problem/11908082> by Greg Clayton · 12 years ago
- c024004 Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *". by Greg Clayton · 12 years ago
- 9b98ffd <rdar://problem/10998370> by Greg Clayton · 12 years ago
- 4e72503 Removed a hack that gives zero-length arrays a by Sean Callanan · 12 years ago
- 090d19b Cleaned up incorrect STL std::map comparison code and use the operator == on std::map objects instead of manually implementing the comparisons. Also modified the UnwindPlan::AppendRow() function to take a "const RowSP &" object so we don't have to copy shared pointers when calling this function. by Greg Clayton · 12 years ago
- 3092c1e Add useful documentation to the "target.source-map" setting. by Jim Ingham · 12 years ago
- 77f281d <rdar://problem/11852285> by Greg Clayton · 12 years ago
- 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
- b2b6d03 Call "drain" on the auto release pool as it will do the right thing for both GC and non-GC apps. It will also quiet the static analyzer. by Greg Clayton · 12 years ago
- 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
- a092d90 Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so it records by Jason Molenda · 12 years ago
- b438699 Lock around reading as well as connecting & disconnecting so we don't start reading after by Jim Ingham · 12 years ago
- 6cca969 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 12 years ago
- a838b42 Enable the "symbolicate" interactive command to symbolicate all crash logs if no indexes are supplied. This can be handy to use as: by Greg Clayton · 12 years ago
- add4b95 Fix an off by one error when handling a packet where our read buffer size truncates the first chunk of the packet by Jim Ingham · 12 years ago
- 68fa4ec Switch nearly all of the use of the UnwindPlan::Row's to go through by Jason Molenda · 12 years ago
- e9d2ca1 Bump to lldb-162 / debugserver-189. by Jason Molenda · 12 years ago
- b3a1a2b <rdar://problem/11870357> by Greg Clayton · 12 years ago
- 6adf91f Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit by Enrico Granata · 12 years ago
- 7de2a3b <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. by Enrico Granata · 12 years ago
- 911ed94 Revert the change I committed yesterday, it caused a regression by Jason Molenda · 12 years ago
- b573bd6 Be a little more safe when checking whether the by Sean Callanan · 12 years ago
- efbdd22 Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. by Jim Ingham · 12 years ago
- e9fcfd9 Updated LLVM and added a fix to LLDB which allows by Sean Callanan · 12 years ago
- 4ebd5ce <rdar://problem/11773899> Formatters for BOOL* and BOOL& by Enrico Granata · 12 years ago
- 5cee84b <rdar://problem/11628688> Making sure to use the ostype format for OSType values by Enrico Granata · 12 years ago
- 9aa8002 <rdar://problem/11753405> Making sure we deal correctly with signed NSNumber values by Enrico Granata · 12 years ago
- 007f73a Show source by default for the first 4 frames of the crash thread. Also added options to allow showing source for all frames (--source-frames=NFRAMES) and for all threads (--source-all). by Greg Clayton · 12 years ago
- aa7df34 Added the ability to see source context with each frame in the "crashlog" command with the "--source-context" (-C for short to match grep) option. by Greg Clayton · 12 years ago
- 4d8c543 Resolve source paths that start with ~ when doing substitutions. by Greg Clayton · 12 years ago
- 002b3cf Make the setting for "target.process.thread.step-avoid-regexp" work for inlined functions, not just concrete top level functions. by Greg Clayton · 12 years ago
- f6e7358 When parsing the epilogue of a thumbv2 function, when we see the by Jason Molenda · 12 years ago
- 352f3cd Unify how we get host version on Mac OS X & iOS. by Jim Ingham · 12 years ago
- cbacba1 <rdar://problem/11740973> by Greg Clayton · 12 years ago
- 7e26fd3 Added a check to the Section to make sure we don't by Sean Callanan · 12 years ago
- bcaf99a <rdar://problem/11791234> by Greg Clayton · 12 years ago
- a5689d5 Blacklisted a UUID that is generated by OpenCL on by Sean Callanan · 12 years ago
- a9dd2a0 Provide more information when process launch can't change directory to the by Filipe Cabecinhas · 12 years ago
- 3ce4df5 Add a command channel to wait on along with the file descriptor the ConnectionFileDescriptor class is managing, so we can always pop ourselves out of our select call regardless of how well behaved the channel we are talking to is. by Jim Ingham · 12 years ago
- c529786 Added a mutex to the call frame info to guard generation of the FDE index. by Sean Callanan · 12 years ago