1. c09b5c1 Use auto-confirm setting to avoid prompts causing some tests to appear to hang by Daniel Malea · 12 years ago
  2. eec1981 Fix incorrect usage of buildDsym() in dwarf test by Daniel Malea · 12 years ago
  3. b810628 Skip dsym tests on Linux by Daniel Malea · 12 years ago
  4. b2921e2 Rest of the fix for Thread by Filipe Cabecinhas · 12 years ago
  5. 1a00ab3 Remove unneeded const qualifier by Filipe Cabecinhas · 12 years ago
  6. 2827e26 Remove unused member variable. by Filipe Cabecinhas · 12 years ago
  7. 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
  8. 1245221 Linux fix: remove reference to cellspu (backend removed in llvm r167984) by Daniel Malea · 12 years ago
  9. 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
  10. 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
  11. 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
  12. 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
  13. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  14. e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
  15. 3a11712 Fix expected error message in test. by Filipe Cabecinhas · 12 years ago
  16. 21a2543 <rdar://problem/12238339> by Greg Clayton · 12 years ago
  17. b4fadde Fix lldb to compile with top of tree LLVM/clang. by Greg Clayton · 12 years ago
  18. 9210fdd <rdar://problem/12712928> by Greg Clayton · 12 years ago
  19. 4e08e0d Update RecordingMemoryManager as per change to RuntimeDyld base class by Daniel Malea · 12 years ago
  20. 8a318f2 Change RegisterContextLLDB's unwind logging to report which stack frame by Jason Molenda · 12 years ago
  21. f26aaea A change in how we search for saved register values unintentionally by Jason Molenda · 12 years ago
  22. f318616 Don't lock the thread list during ThreadList::ShouldStop. That does too by Jim Ingham · 12 years ago
  23. 439d6b6 <rdar://problem/12125010> by Greg Clayton · 12 years ago
  24. 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
  25. b5bdf6a <rdar://problem/11782181> by Greg Clayton · 12 years ago
  26. d27e543 In cases where the Objective-C ivar symbols are stripped out, by Sean Callanan · 12 years ago
  27. 2dd6d1c <rdar://problem/12408181> Test case to make sure this area of ObjC support does not regress in the future by Enrico Granata · 12 years ago
  28. 9c5d3af Patch from Andrew Kaylor andrew.kaylor@intel.com to have by Jason Molenda · 12 years ago
  29. ca8b743 <rdar://problem/12695557> by Greg Clayton · 12 years ago
  30. 9e3193a Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. by Jim Ingham · 12 years ago
  31. 6cc99d2 Giving at least some error information when a Python exception happens during command script import by Enrico Granata · 12 years ago
  32. 45454a3 <rdar://problem/11814875> by Enrico Granata · 12 years ago
  33. 15b3c94 Patch from Andrew Kaylor that fixes a race condition in the Listener.cpp. by Greg Clayton · 12 years ago
  34. 1b888f8 New compiler warnings caught issues with the m_encoding_uid field that should have been a lldb::user_id_t type, but was a uint32_t a long time ago and never got updated. by Greg Clayton · 12 years ago
  35. f96e949 Fixed an error in the ELF parser that was comparing a bool to 4 causing 32 bit ELF relocations to get parsed incorrectly. by Greg Clayton · 12 years ago
  36. 0a8d4bc Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux by Daniel Malea · 12 years ago
  37. 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
  38. 31f7c43 Update platform section to mention Linux/FreeBSD local debugging support, and also mention that LLDB builds on Linux with clang and libstdc++/libc++. by Daniel Malea · 12 years ago
  39. 1722950 Replace const_iterator with iterator to build against libstdc++ by Daniel Malea · 12 years ago
  40. e727b87 <rdar://problem/12153915> by Greg Clayton · 12 years ago
  41. 9bb15b6 s/BCPLComment/LineComment/ (llvm r167690) by Filipe Cabecinhas · 12 years ago
  42. d94bf68 Fix libstdc++ build by Daniel Malea · 12 years ago
  43. c137da8 Fixed a potential crash in the Darwin platform. by Sean Callanan · 12 years ago
  44. a56f7f0 Test commit: clean up C++11 options in lldb (on Linux) build page by Daniel Malea · 12 years ago
  45. 9704ca2 Add support for libdispatch version 4 structure layout for finding by Jason Molenda · 12 years ago
  46. 72472b6 Don't assume that Modules have directories. They may be in-memory-only by Jason Molenda · 12 years ago
  47. 79f7143 how to do it correctly. by Jim Ingham · 12 years ago
  48. 80ce49c Remove a debugging printf that was left in the code. by Greg Clayton · 12 years ago
  49. 892757a Removed use of non-standard escape character '\%' by Filipe Cabecinhas · 12 years ago
  50. bf692ae Mark Objective-C 2.0 status as "Not applicable" on Linux. by Jason Molenda · 12 years ago
  51. a10929d Update the status page to include Linux status information, by Jason Molenda · 12 years ago
  52. 9fcf9e1 Fix typeo in example help text for type filter add. <rdar://problem/12090979> by Jason Molenda · 12 years ago
  53. 0dd2fc7 Patch from Dan Malea daniel.malea@gmail.com to add some required by Jason Molenda · 12 years ago
  54. 0b2f5cc Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning by Enrico Granata · 12 years ago
  55. 6f58bbd Adding support for loading the scripting resource as part of a framework, lacking the dSYM bundle, or if the bundle has no Pythonic resources whatsoever by Enrico Granata · 12 years ago
  56. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  57. b6ea174 Fix a crasher in by Jason Molenda · 12 years ago
  58. 4d43ac7 Added a posix_spawn based launchd plist for always using posix_spawn to launch programs. by Greg Clayton · 12 years ago
  59. b3ac5bf <rdar://problem/12645617> <rdar://problem/12153915> (partial fix) by Greg Clayton · 12 years ago
  60. ab88583 When we were calculating the max byte size of ONE instruction to handle something like by Jim Ingham · 12 years ago
  61. 499222a Logging improvements for the Objective-C runtime. by Sean Callanan · 12 years ago
  62. d77371f <rdar://problem/12647273> by Greg Clayton · 12 years ago
  63. c2ed5cc Added unnamed bitfields to our bitfield test. by Greg Clayton · 12 years ago
  64. 7ce162b Make sure to check the module is valid after trying to find a shared module. by Greg Clayton · 12 years ago
  65. c2a2e13 Add a workaround to problems with the clang debug info for by Jim Ingham · 12 years ago
  66. f270fa9 <rdar://problem/12582031> by Greg Clayton · 12 years ago
  67. 2c5ccde Avoid potentially disastrous mistakes when removing a file. by Filipe Cabecinhas · 12 years ago
  68. ba9d60d Cleaned up the code signing instructions: by Greg Clayton · 12 years ago
  69. 6e3f97b Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). by Jason Molenda · 12 years ago
  70. 9b8550e Fix a little think-o. In FileSpec::operator== we were trying to figure out whether the rhs file was resolved or not by comparing by Jim Ingham · 12 years ago
  71. f72bd8b Make sure users know that "target variable" can read variables while running a process by changing the documentation string. by Greg Clayton · 12 years ago
  72. fb2d05b Caught two cases where we were passing a Stream* without checking for NULL by Enrico Granata · 12 years ago
  73. 880b2ca Fixed a problem where we mistook normal result by Sean Callanan · 12 years ago
  74. 827baf6 Fixed the "--force" option for memory read. by Greg Clayton · 12 years ago
  75. 44b879f Switched debugserver to use C++11/libc++. by Sean Callanan · 12 years ago
  76. 4cbeeff Extra safeguards to ensure that we never query by Sean Callanan · 12 years ago
  77. cbd3905 Set the MACOSX_DEPLOYMENT_TARGET in a few more places. by Jason Molenda · 12 years ago
  78. e4c18b8 Set the MACOSX_DEPLOYMENT_TARGET for Debug/Release builds by Jason Molenda · 12 years ago
  79. da53089 Change DataExtractor::Dump() to use a series of if..else if by Jason Molenda · 12 years ago
  80. 88db459 <rdar://problem/12585314> by Greg Clayton · 12 years ago
  81. eeabe81 Get rid of hack by making the actual call public. This was causing the lldb-platform to not be able to link. by Greg Clayton · 12 years ago
  82. 502000d Fixes to make the test suite work better when by Sean Callanan · 12 years ago
  83. f2b0fef Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). by Filipe Cabecinhas · 12 years ago
  84. 8d6d0f2 Avoid a crash when trying to parse a line table in the DWARF parser. by Greg Clayton · 12 years ago
  85. 3646e68 Fix an error message in debugserver so it doesn't print "Unable to by Jason Molenda · 12 years ago
  86. a948830 There seems to be some odd corner case where we shut down the ProcessGDBRemote, but we haven't managed to shut down the async thread. That causes the ProcessGDBRemote::AsyncThread to crash when it wakes up. So I changed StartAsyncThread and StopAsyncThread to be callable multiple times (only the first one does anything) so that we can just shut it down unequivocally in the ProcessGDBRemote destructor. by Jim Ingham · 12 years ago
  87. c7d505b Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidpath. The former was flakey, and the whole point of libproc is to protect us from potential flakiness at that level... by Jim Ingham · 12 years ago
  88. 085c78b Added the plists to the debugserver project and fixed the labels for the new plists. by Greg Clayton · 12 years ago
  89. bfeaf57 More launchd style plists. by Greg Clayton · 12 years ago
  90. b9f6fd8 Use libxml2 on Mac OS X. by Filipe Cabecinhas · 12 years ago
  91. a5c92b6 Resolve any bundle paths we are given when the specified executable is a bundle. by Greg Clayton · 12 years ago
  92. 36d507f More fixes from MSVC warnings found by Carlo Kok. by Greg Clayton · 12 years ago
  93. e1f745a Carlo Kok was compiling with MSVC, caught some more issues. by Greg Clayton · 12 years ago
  94. 34507e4 Carlo Kok found an issue where default parameters were causing the wrong argument to be passed. I got rid of the default args so we don't run into this. by Greg Clayton · 12 years ago
  95. 93e2693 Patch for issue found by Carlo Kok. Fixed a type issue where an ';' was incorrectly following an if statement. There actually isn't a need for the if statement, so it was removed. by Greg Clayton · 12 years ago
  96. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  97. 50ba5ad Removed some spurious files from our Copy Headers build phase. by Sean Callanan · 12 years ago
  98. c71397b Fixed a crash when we couldn't create a by Sean Callanan · 12 years ago
  99. 0a68226 Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction by Jason Molenda · 12 years ago
  100. fd670c2 <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation by Enrico Granata · 12 years ago