1. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  2. c0da615 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 14 years ago
  3. 220494a Fixed bad logic that was trying to determine if the gdb remote resumed a process or not. by Greg Clayton · 14 years ago
  4. 9ac497b by Caroline Tice · 14 years ago
  5. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  6. b4e19b3 When we resolve a forward declaration type, be sure to put it into the m_die_to_type map so we don't assert later when someone tries to resolve the type. by Greg Clayton · 14 years ago
  7. 8e69de4 Change the DWARFExpression::Evaluate methods to take an optional by Jason Molenda · 14 years ago
  8. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  9. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  10. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  11. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  12. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  13. bd4d7ba Use different qualifier enums on the request of a clang engineer. by Greg Clayton · 14 years ago
  14. 861efb3 Make processes use InputReaders for their input. Move the process by Caroline Tice · 14 years ago
  15. 19e5435 Add an UnwindPlan Row for the last instruction of a function when by Jason Molenda · 14 years ago
  16. 2403b5e First attempt and getting "const" C++ method function signatures correct. by Greg Clayton · 14 years ago
  17. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  18. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  19. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  20. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  21. e4b0784 I'm not thrilled with how I structured this but RegisterContextLLDB by Jason Molenda · 14 years ago
  22. d212db0 Temporary extension of the timeout for Objective-C by Sean Callanan · 14 years ago
  23. 67dc8e7 Removed redundant code for object introspection. by Sean Callanan · 14 years ago
  24. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  25. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  26. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  27. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  28. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  29. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  30. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  31. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  32. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  33. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago
  34. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  35. f9be01f Minor comment fix. by Johnny Chen · 14 years ago
  36. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  37. cc6f7cc Fixed some type parsing that was causing types to thing they were forward by Greg Clayton · 14 years ago
  38. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  39. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  40. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  41. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  42. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  43. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  44. dc7422c Use the new native unwinder by default. by Jason Molenda · 14 years ago
  45. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  46. e9cab7a Revert last checkin to DisassemblerLLVM.cpp; that was some temporary by Jason Molenda · 14 years ago
  47. 8132f2d Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 14 years ago
  48. 96829fb Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 14 years ago
  49. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  50. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  51. 800d11d Handle the case where no eh_frame section is present. by Jason Molenda · 14 years ago
  52. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  53. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  54. 9bcf31e Fixed globals not showing up for any but the first compile unit due to a by Greg Clayton · 14 years ago
  55. 4ee40ac Added a hack that allows expressions to ignore by Sean Callanan · 14 years ago
  56. af93547 Using proper Objective-C types doesn't seem to make the sky fall. by Sean Callanan · 14 years ago
  57. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  58. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  59. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  60. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  61. 4e12194 Add an unwind log Printf to note when an eh_frame section is by Jason Molenda · 14 years ago
  62. 2e2ba54 Don't indent log lines by frame # spaces if the frame # exceeds 100 - the indentation by Jason Molenda · 14 years ago
  63. a2c269c Get a disassembler based on the correct architecture for assembly by Jason Molenda · 14 years ago
  64. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  65. 11e9585 If we hit a thread specific breakpoint for another thread, don't report the Exception as the stop reason, you have to report no stop reason. by Jim Ingham · 14 years ago
  66. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  67. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  68. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  69. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  70. 4bbae92 Use the ValueObject directly where possible. by Jim Ingham · 14 years ago
  71. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  72. fcf06fb Separated the DWARF index for types from that the index of the namespaces by Greg Clayton · 14 years ago
  73. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  74. af6e9e4 Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 14 years ago
  75. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  76. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  77. 08a7320 Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 14 years ago
  78. ca2c093 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 14 years ago
  79. 8d3802d Added mutex protection to the Symtab class. by Greg Clayton · 14 years ago
  80. 7a60b94 Added extra logging, and made sure that the argument by Sean Callanan · 14 years ago
  81. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  82. 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
  83. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  84. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  85. 6af4fad Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 14 years ago
  86. 2fcb13e Use the LLVM Macho.h header instead of relying on the system one, by Chris Lattner · 14 years ago
  87. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  88. b433a3d Fixed an issue where if a method funciton was asked to be parsed before by Greg Clayton · 14 years ago
  89. 30449d5 Make C++ constructors and destructors correctly within the clang types we by Greg Clayton · 14 years ago
  90. ea58a3c Fixed an issue where byte sizes were not able to be calculated for forward by Greg Clayton · 14 years ago
  91. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  92. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  93. 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
  94. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  95. b6c0c9d Make sure we've read in the ObjC runtime library data before trying to use it... by Jim Ingham · 14 years ago
  96. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  97. 1344e13 Added a DIE to clang opaque type map. by Greg Clayton · 14 years ago
  98. 4fb400f Hooked up detach for ProcessGDBRemote. by Greg Clayton · 14 years ago
  99. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  100. 47a5c4c Updated to latest LLVM. Major LLVM changes: by Sean Callanan · 14 years ago