1. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  2. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  3. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  4. 1b97a65 llvm needs the OS to be set to either iOS or Mac OS X by Jason Molenda · 12 years ago
  5. db178a1 Patch from Matt Kopec: by Greg Clayton · 12 years ago
  6. 783ac95 If a full path to a compiler is provided on the by Sean Callanan · 12 years ago
  7. 5d30ea7 Add a new ABI plugin method which specifies whether the architecture by Jason Molenda · 12 years ago
  8. 6bc24c1 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 12 years ago
  9. b859639 Added "process plugin packet send" and "process plugin packet history" for GDB remote. "process plugin packet send" will send a packet and receive a response. "process plugin packet history" will dump the packet history buffer. by Greg Clayton · 12 years ago
  10. 1ba663a Build with SDKROOT = macosx for "Debug" "DebugClang" and "Release" builds when building with Xcode. by Greg Clayton · 12 years ago
  11. 12f1d1e Fixed a logic error that showed up when compiling with a newer version of clang where: by Greg Clayton · 12 years ago
  12. f19e199 Patch from Daniel Malea -- Updated build instructions for Linux. by Greg Clayton · 12 years ago
  13. 45edd01 Mention that the code signing process also applies to Mountain Lion by Enrico Granata · 12 years ago
  14. 37d3fce Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 bit thread ID. by Greg Clayton · 12 years ago
  15. 13193d5 <rdar://problem/12491387> by Greg Clayton · 12 years ago
  16. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  17. 44aa393 Provide an SSL context ref in case SLL is needed for communication. by Greg Clayton · 12 years ago
  18. 82560f2 <rdar://problem/12490558> by Greg Clayton · 12 years ago
  19. fe3150f <rdar://problem/12489931> by Greg Clayton · 12 years ago
  20. 0bbb5b8 Fixed build problems with LLDB on Mac OS X, by Sean Callanan · 12 years ago
  21. 135c4eb Make SBDeclaration.h a public header in the LLDB.framework. by Greg Clayton · 12 years ago
  22. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  23. 5e91e37 Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux. by Greg Clayton · 12 years ago
  24. d1f0376 Patch from Andrew Kaylor that centralized where the info for: by Greg Clayton · 12 years ago
  25. d34a3b2 Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info. by Greg Clayton · 12 years ago
  26. d9899e0 <rdar://problem/12042500> by Greg Clayton · 12 years ago
  27. 0bfb4b3 Fix build warnings. by Greg Clayton · 12 years ago
  28. 4fbe61b Fixed the IR interaction layer to deal with a by Sean Callanan · 12 years ago
  29. 3a98c89 Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). by Greg Clayton · 12 years ago
  30. a510437 <rdar://problem/12331741> by Greg Clayton · 12 years ago
  31. 7971a03 Patch from Andrew Kaylor that fixes Linux default host triple values. by Greg Clayton · 12 years ago
  32. ce63358 Add in the first iteration of support for llvm/clang/lldb to allow variable per address space pointer sizes to be optimized correctly. by Micah Villmow · 12 years ago
  33. fb332f9 When OptionValueFileSpec is given a filename starting by Jason Molenda · 12 years ago
  34. e33ebf0 Change the scratch buffer for x86 assembly instructions in AssemblyParse_x86 from by Jason Molenda · 12 years ago
  35. 4930614 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 12 years ago
  36. ef01f57 Move the scratch buffer allocation for x86 instructions from being allocated each instruction, by Jason Molenda · 12 years ago
  37. 94a5d0d 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 · 12 years ago
  38. f190a41 Don't make regexp commands as regular commands - they are "short cuts" and users should be able to override them with "unalias" but you can't unalias normal commands. by Jim Ingham · 12 years ago
  39. 38afc2e Free the opcode_data malloc'ed memory instead of leaking it - thanks for catching that, Chris. by Jason Molenda · 12 years ago
  40. dac50c2 Change the x86 unwinder from using edis as its disassembler by Jason Molenda · 12 years ago
  41. edb0d27 Someone was using vi and left a little something in the code. by Greg Clayton · 12 years ago
  42. bc92c01 Switched AppleObjCRuntimeV2::CreateClassDescriptor by Sean Callanan · 12 years ago
  43. 65529e3 Thinned the AppleObjCRuntimeV2's class descriptors. by Sean Callanan · 12 years ago
  44. b9bd5d1 <rdar://problem/12462575> Refactoring a block of shared code in the NSString data formatter by Enrico Granata · 12 years ago
  45. be2e964 Cleanup in the AppleObjCRuntimeV2 to make descriptors by Sean Callanan · 12 years ago
  46. ff06724 Patch from Dan Malea to fix a build break I introduced yesterday. by Jason Molenda · 12 years ago
  47. be2f3aa Changes to clean up the runtime and how the ISA caches are managed. by Greg Clayton · 12 years ago
  48. 8b40915 Fixed the redo.py script to emit correct arch and compiler options after dotest.py was switched over to use argparse. by Greg Clayton · 12 years ago
  49. d6d45ce Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control by Jason Molenda · 12 years ago
  50. f817d45 Fix a build warning and a dangerous possible crasher. by Greg Clayton · 12 years ago
  51. 72a005e Make DebugMapModule destructor virtual since it inherits from Module. by Greg Clayton · 12 years ago
  52. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 12 years ago
  53. 130a312 Checking in fixes that I used to track down a leaking module. The heap module can now search the vm regions with the --vm-regions options to any of the heap functions. This is currently slow and often will time out when run on a large program since our user expression timeout is set to 500000 usec. We need to add an API to LLDB where we can specify the timeout for an expression. by Greg Clayton · 12 years ago
  54. 2cb0203 <rdar://problem/12200505> Fixing a logical error in SBProcess, where the get_process_thread_list function was creating invalid threads_access instances, and hence failing to correctly fill in the list by Enrico Granata · 12 years ago
  55. 8b902e2 Silly me! There was a closing ) missing from one of the lines - and Python complained about syntax errors on the next line. It being a Friday afternoon made the rest by Enrico Granata · 12 years ago
  56. c060828 Retrying to apply Vishal's patch - hopefully this time it won't break Jason's build by Enrico Granata · 12 years ago
  57. 3051ed7 Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  58. d6b8122 In DynamicLoaderDarwinKernel::OSKextLoadedKextSummary::LoadImageUsingMemoryModule(), by Jason Molenda · 12 years ago
  59. f3f10a3 Revert Vishal's patch that Enrico commited, at least for the weekend. With it applied, by Jason Molenda · 12 years ago
  60. 6937bc1 Make the error message from regex commands use the command's syntax string if it exists rather than a generic but by Jim Ingham · 12 years ago
  61. 44c83e1 patch from Vishal Patel to improve our lldb.value wrapper by Enrico Granata · 12 years ago
  62. 1a65bfc <rdar://problem/12442990> Fix the implementation of lldb.value.__eq__ by Enrico Granata · 12 years ago
  63. 2c56666 <rdar://problem/12426557> Fixing the NSIndexSet data formatter by Enrico Granata · 12 years ago
  64. 7f65032 Remove "k" as an alias for "kill". It doesn't ask for confirmation and by Jason Molenda · 12 years ago
  65. e247745 Remove two more cases of "-w write" being specified by Jason Molenda · 12 years ago
  66. da2be4e Improve shortened examples of the watchpoint commands. by Jason Molenda · 12 years ago
  67. 2e9d527 Remove the bt alias I inadvertently added back in in my last checkin. by Jim Ingham · 12 years ago
  68. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  69. ed94767 Fix a test failure caused by checkin 165274. by Jim Ingham · 12 years ago
  70. 7cbdc32 one more small fix for the gdb-comes-first column order by Jason Molenda · 12 years ago
  71. 1a48cb7 Change the "bt" command alias defined in CommandInterpreter::LoadCommandDictionary. by Jason Molenda · 12 years ago
  72. 1b09dfe Symbols::LocateMacOSXFilesUsingDebugSymbols() - perform tilde by Jason Molenda · 12 years ago
  73. 54107f2 typeo by Jason Molenda · 12 years ago
  74. 3e1399f typeo by Jason Molenda · 12 years ago
  75. 62fa877 Update the intro paragraph of text describing the table below to by Jason Molenda · 12 years ago
  76. 704506b Swap the columns in the lldb & gdb command comparison table. I by Jason Molenda · 12 years ago
  77. edc4132 <rdar://problem/12099999> renaming SBStream::Printf to Print in the scripting world in order to avoid supporting varargs through SWIG by Enrico Granata · 12 years ago
  78. d49b8e7 A tweak to the previous commit to ensure that we don't try to use -> on a NULL pointer (should not happen but better be safe than sorry) by Enrico Granata · 12 years ago
  79. 6dc553b <rdar://problem/12413390> Fixing an issue where synthetic ValueObjects do not properly resolve their value by Enrico Granata · 12 years ago
  80. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  81. 0d182c0 Removed a directive to delete the test subdirectories by Sean Callanan · 12 years ago
  82. d67fa46 Made the i386 ABI mark EBP as non-volatile, by Sean Callanan · 12 years ago
  83. 58146a9 ClangASTContext::GetIndexOfChildWithName - increment the child index we plan to return as we iterate through the ivars. by Jim Ingham · 12 years ago
  84. b4ba18e Fixed an assertion in the SymbolFile resulting from a NULL ObjCInterfaceDecl. by Sean Callanan · 12 years ago
  85. a787c1a <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSDictionary - providing better support for dynamic types by letting the filter recalculate itself when the type of the object changes by Enrico Granata · 12 years ago
  86. 247da33 <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSArray - the same work will need to be done for NSDictionary by Enrico Granata · 12 years ago
  87. 4a55d75 Patch submitted by Dan Malea -- I introduced a dependency between by Jason Molenda · 12 years ago
  88. a117a5e Remove a few debug printf's that were left in ProcessKDP. by Jason Molenda · 12 years ago
  89. 9abbfba <rdar://problem/12099592> Adding back a bunch of code-running summaries by Enrico Granata · 12 years ago
  90. 2b2ac8c Don't turn on the debugserver log by default. by Jim Ingham · 12 years ago
  91. d9c3769 <rdar://problem/12408181> Fixing a bug where we would try to look for types in a module, and then fail to look for them anywhere else because the same SymbolContext was being passed everywhere by Enrico Granata · 12 years ago
  92. 85d5870 An API in Clang got renamed; fixing LLDB to match. by Sean Callanan · 12 years ago
  93. b46937c The kernel loading code is now isolated in the DynamicLoaderDarwinKernel; by Jason Molenda · 12 years ago
  94. 63e5cf6 Change DynamicLoaderDarwinKernel::OSKextLoadedKextSummary to use by Jason Molenda · 12 years ago
  95. 58aa715 <rdar://problem/11791234> by Greg Clayton · 12 years ago
  96. 4952db8 Handle KASLR kernel loading for kernel corefiles. by Jason Molenda · 12 years ago
  97. fd3d28d <rdar://problem/12349509> Renaming the structure that we use for NSDictionary children by Enrico Granata · 12 years ago
  98. 2f1014b <rdar://problem/12406088> Fixing a crasher with adding a regex command, due to accessing a shared pointer without first checking for NULL by Enrico Granata · 12 years ago
  99. b0e3c7c Add the RelocateOrLoadKernel and LoadKernel methods to ProcessGDBRemote::DoRemoteConnect(). by Jason Molenda · 12 years ago
  100. fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago