1. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  2. f9215ba Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 11 years ago
  3. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  4. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  5. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  6. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  7. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 12 years ago
  8. 8aab31c <rdar://problem/13404009> by Han Ming Ong · 12 years ago
  9. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 12 years ago
  10. 5c1700a <rdar://problem/13107151> by Enrico Granata · 12 years ago
  11. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 12 years ago
  12. 1f71bcf <rdar://problem/12524607> by Greg Clayton · 12 years ago
  13. 392bd8d <rdar://problem/13021266> by Enrico Granata · 12 years ago
  14. 19b6467 <rdar://problem/12928282> by Greg Clayton · 12 years ago
  15. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 12 years ago
  16. 0b93a75 <rdar://problem/12749733> by Greg Clayton · 12 years ago
  17. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  18. b3dafc6 <rdar://problem/12750060> by Greg Clayton · 12 years ago
  19. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  20. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  21. 4e84674 Improved logging for the SBTarget's launching and attaching APIs. by Sean Callanan · 12 years ago
  22. fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago
  23. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  24. 02fac1c If we are attached to a platform, then make sure that we can verify that a process exists when attaching by "pid" before we try and do a lengthy command that could take a while to timeout. by Greg Clayton · 12 years ago
  25. c643077 Patch from Andrew Kaylor for linux: by Greg Clayton · 12 years ago
  26. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  27. 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
  28. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  29. 545762f <rdar://problem/11357711> by Greg Clayton · 12 years ago
  30. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  31. bbf6aa5 Thread-hardening the SB API calls related to watchpoint operations. by Johnny Chen · 12 years ago
  32. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  33. f7d782b Fixes the case where we created a dummy target, deleted it, and then tried to evaluate an expression with no target. by Filipe Cabecinhas · 12 years ago
  34. f0bc815 Added the ability to specify the symbol file for a module when adding it to a target. by Greg Clayton · 12 years ago
  35. 9f95fb6 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 12 years ago
  36. 2a508dd Removed unused variable. by Greg Clayton · 12 years ago
  37. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 13 years ago
  38. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  39. 66c2e19 Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInfo and SBAttachInfo to avoid link warnings. by Greg Clayton · 13 years ago
  40. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  41. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  42. c86723f <rdar://problem/10967188> by Han Ming Ong · 13 years ago
  43. 94b4e9a <rdar://10949461> by Han Ming Ong · 13 years ago
  44. 435c5ef <rdar://10950312> by Han Ming Ong · 13 years ago
  45. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 13 years ago
  46. d1040dd <rdar://problem/3535148> by Han Ming Ong · 13 years ago
  47. 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 13 years ago
  48. 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 13 years ago
  49. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
  50. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  51. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  52. 302d78c Extended function lookup to allow the user to by Sean Callanan · 13 years ago
  53. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 13 years ago
  54. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
  55. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  56. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  57. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  58. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  59. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  60. 5a4bbce Work in progress for: by Johnny Chen · 13 years ago
  61. 71eae57 Remove dead code found. by Johnny Chen · 13 years ago
  62. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  63. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
  64. d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 13 years ago
  65. 1d1f39e <rdar://problem/10429064> by Greg Clayton · 13 years ago
  66. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  67. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  68. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  69. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  70. 50e0534 Add a test case to exercise the newly added SB API: by Johnny Chen · 13 years ago
  71. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  72. 1fa6b3d Cleaned up the SBWatchpoint public API. by Greg Clayton · 13 years ago
  73. 1fb8a2d Add a SBTarget::BreakpointCreateByName API that allows you to specify the name by Jim Ingham · 13 years ago
  74. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
  75. 15afa9f Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace by Greg Clayton · 13 years ago
  76. 5eb54bb Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. by Johnny Chen · 13 years ago
  77. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  78. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  79. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  80. a253c93 Fixed two printf format errors. by Greg Clayton · 13 years ago
  81. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  82. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  83. cc63746 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 13 years ago
  84. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  85. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  86. 979e20d Public API changes: by Enrico Granata · 13 years ago
  87. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  88. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  89. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  90. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  91. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  92. 58d02ff Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup. by Johnny Chen · 13 years ago
  93. 535960e o TestHelloWorld.py: by Johnny Chen · 13 years ago
  94. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  95. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  96. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  97. b5871fe Add a LaunchSimple API that is nicer to use for quick scripts. by Jim Ingham · 13 years ago
  98. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  99. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  100. 3809340 Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 14 years ago