1. 2c5ccde Avoid potentially disastrous mistakes when removing a file. by Filipe Cabecinhas · 12 years ago
  2. ba9d60d Cleaned up the code signing instructions: by Greg Clayton · 12 years ago
  3. 6e3f97b Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). by Jason Molenda · 12 years ago
  4. 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
  5. 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
  6. fb2d05b Caught two cases where we were passing a Stream* without checking for NULL by Enrico Granata · 12 years ago
  7. 880b2ca Fixed a problem where we mistook normal result by Sean Callanan · 12 years ago
  8. 827baf6 Fixed the "--force" option for memory read. by Greg Clayton · 12 years ago
  9. 44b879f Switched debugserver to use C++11/libc++. by Sean Callanan · 12 years ago
  10. 4cbeeff Extra safeguards to ensure that we never query by Sean Callanan · 12 years ago
  11. cbd3905 Set the MACOSX_DEPLOYMENT_TARGET in a few more places. by Jason Molenda · 12 years ago
  12. e4c18b8 Set the MACOSX_DEPLOYMENT_TARGET for Debug/Release builds by Jason Molenda · 12 years ago
  13. da53089 Change DataExtractor::Dump() to use a series of if..else if by Jason Molenda · 12 years ago
  14. 88db459 <rdar://problem/12585314> by Greg Clayton · 12 years ago
  15. 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
  16. 502000d Fixes to make the test suite work better when by Sean Callanan · 12 years ago
  17. f2b0fef Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). by Filipe Cabecinhas · 12 years ago
  18. 8d6d0f2 Avoid a crash when trying to parse a line table in the DWARF parser. by Greg Clayton · 12 years ago
  19. 3646e68 Fix an error message in debugserver so it doesn't print "Unable to by Jason Molenda · 12 years ago
  20. 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
  21. 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
  22. 085c78b Added the plists to the debugserver project and fixed the labels for the new plists. by Greg Clayton · 12 years ago
  23. bfeaf57 More launchd style plists. by Greg Clayton · 12 years ago
  24. b9f6fd8 Use libxml2 on Mac OS X. by Filipe Cabecinhas · 12 years ago
  25. a5c92b6 Resolve any bundle paths we are given when the specified executable is a bundle. by Greg Clayton · 12 years ago
  26. 36d507f More fixes from MSVC warnings found by Carlo Kok. by Greg Clayton · 12 years ago
  27. e1f745a Carlo Kok was compiling with MSVC, caught some more issues. by Greg Clayton · 12 years ago
  28. 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
  29. 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
  30. 1e4d8f0 Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 12 years ago
  31. 50ba5ad Removed some spurious files from our Copy Headers build phase. by Sean Callanan · 12 years ago
  32. c71397b Fixed a crash when we couldn't create a by Sean Callanan · 12 years ago
  33. 0a68226 Fix the bit pattern for vst1 in EmulateInstructionARM::GetThumbOpcodeForInstruction by Jason Molenda · 12 years ago
  34. 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
  35. b5431d0 <rdar://problem/12602978> by Greg Clayton · 12 years ago
  36. f0fab4f Fixed build warnings. by Greg Clayton · 12 years ago
  37. c7f17c0 Make blocks that capture their containing method's object pointer look like methods of by Jim Ingham · 12 years ago
  38. 8fda922 Change a couple of raw printf's to expression log output. by Jim Ingham · 12 years ago
  39. f256975 Change the MacOSX Symbols::DownloadObjectAndSymbolFile to look up by Jason Molenda · 12 years ago
  40. 7c5e22f Path from Ashok Thirumurthi: by Greg Clayton · 12 years ago
  41. 08f7fff Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) by Enrico Granata · 12 years ago
  42. a3da572 Patch from Matt Kopec <matt.kopec@intel.com> to handle stepping into multiply-nested inlined code. by Jim Ingham · 12 years ago
  43. 4af3835 Patch from Matt Kopec: by Greg Clayton · 12 years ago
  44. 42dc5a5 Fixed File::SeekFromEnd() to use SEEK_END insted of SEEK_CUR. by Greg Clayton · 12 years ago
  45. 4756b67 Use the "data()" accessor on the std::vector<clang_type_t> in case it is empty. by Greg Clayton · 12 years ago
  46. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  47. aaf0088 Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok. by Greg Clayton · 12 years ago
  48. 82913de Ensuring that the swig typemaps for SBData set the size to 0 along with the pointer to NULL by Enrico Granata · 12 years ago
  49. db05491 <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it by Enrico Granata · 12 years ago
  50. 8433278 <rdar://problem/12500785> by Greg Clayton · 12 years ago
  51. ca57bc5 Fix an incorrect comment... by Jim Ingham · 12 years ago
  52. a955275 Improve the broadcast event dumping. by Greg Clayton · 12 years ago
  53. a32c5a5 This is the first phase of supporting the DW_AT_object_pointer tag. I expanded the decl metadata by Jim Ingham · 12 years ago
  54. 4fa015b If we got what looks like a single step exception but we weren't single stepping then just report by Jim Ingham · 12 years ago
  55. 89fda00 Moving ValueObjectCast over to its own .h/.cpp files instead of sharing ValueObjectDynamic.h/.cpp by Enrico Granata · 12 years ago
  56. c62f5ab Fixes to the Objective-C V2 runtime: by Sean Callanan · 12 years ago
  57. b856a45 Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage. by Jason Molenda · 12 years ago
  58. 6021b24 Document "bt <n>" for "thread backtrace -c <n>", note that it is available by Jason Molenda · 12 years ago
  59. 51d7a39 This patch updates comments in the Predicate class to describe a subtle behavior that callers may need to be aware. It also adds documentation for one function which didn’t have any. by Andrew Kaylor · 12 years ago
  60. fee26ee Add API to get the process plugin name & short name. by Jim Ingham · 12 years ago
  61. b34ca85 Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. by Greg Clayton · 12 years ago
  62. 37816a3 Add a new capability to RegisterContextLLDB: To recognize when the by Jason Molenda · 12 years ago
  63. 0a07c0e Document target.source-map as the replacement for gdb's directory command. by Jason Molenda · 12 years ago
  64. 9d9b063 Add a teardown function to TestAbbreviations so it doesn't error out when running for two archs. by Filipe Cabecinhas · 12 years ago
  65. fb46772 <rdar://problem/12570550> by Greg Clayton · 12 years ago
  66. 23f2194 Found a couple more places where we need to run all threads when stepping. by Jim Ingham · 12 years ago
  67. 02ed285 Add text to the help to explain how to set user defined variables. by Jim Ingham · 12 years ago
  68. 91a9f21 Allow operating system plug-ins to specify the address for registers so we don't have to create data up front. by Greg Clayton · 12 years ago
  69. d21d8aa Add section on creating convenience variables. by Jim Ingham · 12 years ago
  70. 90c6cd5 Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. by Greg Clayton · 12 years ago
  71. cbe707c Updated LLDB's use of the DiagnosticsEngine to by Sean Callanan · 12 years ago
  72. d06bb50 Identify a kdp session that is connecting to an EFI monitor, by Jason Molenda · 12 years ago
  73. 0acf4c6 Added --framework and --executable arguments by Sean Callanan · 12 years ago
  74. 6319042 Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() by Enrico Granata · 12 years ago
  75. fb6a8bb And one more logging message goes away by Enrico Granata · 12 years ago
  76. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  77. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  78. 4a0a125 Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. by Enrico Granata · 12 years ago
  79. 82ad7ca Changing the NSDate data formatter to use GetData().uint64[] instead of relying on SBValue.GetValueAsUnsigned() to reinterpret a double as a uint64_t by Enrico Granata · 12 years ago
  80. 467e1ea Added process and thread logging the python OperatingSystem plug-in. by Greg Clayton · 12 years ago
  81. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  82. 0fd6c8d <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value by Enrico Granata · 12 years ago
  83. c5fbd9a Cleanup some variable names to indicate auto pointers and also manager the llvm::Module memory more correctly. by Greg Clayton · 12 years ago
  84. 7b771d2 eArgTypePath was removed in r166533; change -c to expect eArgTypeFilename. by Jason Molenda · 12 years ago
  85. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  86. 9a91ef6 This is a fix for the command option parser. by Sean Callanan · 12 years ago
  87. 2d32924 Better error message for invalid argument to --category - silenced the printout of the raw args when not in verbose mode by Enrico Granata · 12 years ago
  88. ef22b90 Objective C cleanup. Removed an cache that was no longer needed and changes the code that gets the dynamic type and class name to use our new Objective C cache. by Greg Clayton · 12 years ago
  89. 2bc5737 Added a testcase for runtime types in Objective-C. by Sean Callanan · 12 years ago
  90. c01344c <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 12 years ago
  91. ed2b62a Turns out there are 8 bits in a byte. by Jim Ingham · 12 years ago
  92. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  93. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  94. d43f40d Change how the UnwindAssemblyInstEmulation class tracks the setup of by Jason Molenda · 12 years ago
  95. de1edce Clean up help/usage messages for kdp-remote / gdb-remote a little bit. by Jason Molenda · 12 years ago
  96. b8080cb Fixing a compiler warning about has_children being used before being initialized by Enrico Granata · 12 years ago
  97. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  98. 61ff3a3 Improved support for language types as command options: by Sean Callanan · 12 years ago
  99. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  100. b8183d4 Added support for zero-length arrays at the end by Sean Callanan · 12 years ago