1. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  2. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  3. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  4. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  5. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  6. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  7. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  8. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  9. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  10. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  11. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  12. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  13. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  14. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  15. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  16. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  17. 4912f39 Make sure to lock down the sequence mutex and select the thread we want when read or write all registers. by Greg Clayton · 14 years ago
  18. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  19. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  20. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  21. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  22. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  23. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  24. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  25. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  26. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  27. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  28. 294553c Fixed an LLVM/Clang assertion that would happen for C++ and ObjC methods if the DWARF doesn't specify the accessibility for the method. Currently gcc 4.2 and clang++ do not set the accessibility correctly on methods. We currently shouldn't default to private since public methods don't have the accessibility specified. by Greg Clayton · 14 years ago
  29. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  30. b6c0c9d Make sure we've read in the ObjC runtime library data before trying to use it... by Jim Ingham · 14 years ago
  31. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  32. 1344e13 Added a DIE to clang opaque type map. by Greg Clayton · 14 years ago
  33. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  34. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  35. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago
  36. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  37. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  38. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  39. 3c9c5eb Removed the hacky "#define this ___clang_this" handler by Sean Callanan · 14 years ago
  40. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  41. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  42. 2ea8f27 Made CreateFunctionType static. Also fixed the spelling by Sean Callanan · 14 years ago
  43. 4c273fd Unbreak build, you can't take a pointer from a "register" variable. Most compilers ignore this keyword anyways. by Benjamin Kramer · 14 years ago
  44. c4547c5 Add the ability to not resolve the name passed to FileSpec. Then don't resolve the names of compilation units found in DWARF. by Jim Ingham · 14 years ago
  45. 5fcff9a 15-20% speed improvement when parsing DWARF. I used instruments to by Greg Clayton · 14 years ago
  46. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  47. 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
  48. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  49. 515ea54 Added logging of an error message in GDBRemoteCommunication::SendPacketNoLock() by Johnny Chen · 14 years ago
  50. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  51. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 14 years ago
  52. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 14 years ago
  53. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  54. 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
  55. 7c36fa0 Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 14 years ago
  56. e34ee5f Always look up the symbols with FindSymbolByID since we are minimizing the symbol list. by Jim Ingham · 14 years ago
  57. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  58. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  59. 8c84880 Disable minimized symbol tables for now as this was causing test suite failures. by Greg Clayton · 14 years ago
  60. 576a68b Enable minimized symbol tables when parsing mach-o files. This by Greg Clayton · 14 years ago
  61. 236c1c7 Remove the Flags member in lldb_private::Module in favor of bitfield boolean by Greg Clayton · 14 years ago
  62. 059ce9b Updated the x86_64 and i386 ABIs to chain RBP by Sean Callanan · 14 years ago
  63. 0ad086f Added Symtab::FindSymbolByID() in preparation for enabling the minimal by Greg Clayton · 14 years ago
  64. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  65. f04d661 Cleaned up step logging a bit. by Greg Clayton · 14 years ago
  66. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  67. b4d1d33 Added some extra logging to track asynchronous packet activity. by Greg Clayton · 14 years ago
  68. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  69. 2653be9 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 14 years ago
  70. 5205f0b Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 14 years ago
  71. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  72. 4fb0815 Clarified the intent of the SymbolContextScope class in the header by Greg Clayton · 14 years ago
  73. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  74. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  75. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  76. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  77. 35729d6 Remove redundant call to ParseCompileUnitLineTable. The call to sc.comp_unit->GetLineTable() will parse the line table if it hasn't been read in. by Jim Ingham · 14 years ago
  78. 709c473 Avoid an assertion crash by avoiding a circular dependency in the objective by Greg Clayton · 14 years ago
  79. 88957ff Fixed an issue where we would return matches for DWARF in the .o files when by Greg Clayton · 14 years ago
  80. 7241ba7 Fixed FindFunctions so it works with all the new name types for the DWARF in object files case. by Greg Clayton · 14 years ago
  81. 7121908 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 14 years ago
  82. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  83. 1240b91 Looks like this is how you identify executables in ELF. by Jim Ingham · 14 years ago
  84. ac9c8b5 Remove unused powerpc unwind support. by Jason Molenda · 14 years ago
  85. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  86. 70a4f92 Fixed namespace visibility problems that were by Sean Callanan · 14 years ago
  87. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  88. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  89. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  90. 447e82f Fix makefiles to build properly on Darwin. by Stephen Wilson · 14 years ago
  91. f6f4033 Add a new Process plugin for Linux. by Stephen Wilson · 14 years ago
  92. 7661a98 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 14 years ago
  93. f8e98a6 Warnings cleanup patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  94. 7cebe13 Added Mach exception stop descriptions. The chunk of code I just added needs to be placed into a utility location so it can be used by ProcessMacOSX and debugserver. by Greg Clayton · 14 years ago
  95. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  96. 84f8075 Added a new enumeration named "ClangASTContext::AccessType" that abstracts the type creation from the various access enumerations in Clang. Currently there are clang::AccessSpecifier and the objective C ivars have their own enumeration. So I added a new enumeration that will allow a consistent interface when creating types through ClangASTContext. by Greg Clayton · 14 years ago
  97. 32a8c7e Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 14 years ago
  98. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  99. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
  100. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago