1. f58c269 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 14 years ago
  2. 0c74e78 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 14 years ago
  3. a658fd2 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 14 years ago
  4. 99f9aa0 Move inferior mmap/munmap call code into their own functions in utility lib by Peter Collingbourne · 14 years ago
  5. dd0e5a5 Make sure we don't lose our stop reply packet in the case where the other by Greg Clayton · 14 years ago
  6. cff851a Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 14 years ago
  7. adc00cb Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 14 years ago
  8. e6a9e43 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. by Greg Clayton · 14 years ago
  9. d495c53 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 14 years ago
  10. b4aaf2e Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 14 years ago
  11. 1cfca1d Dump JIT memory requirements when "log enable lldb expr" logging is enabled. by Greg Clayton · 14 years ago
  12. 70b5765 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 14 years ago
  13. 2a48f52 Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 14 years ago
  14. c4103b3 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 14 years ago
  15. 2289fa4 Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
  16. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  17. 95bf0fd Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 15 years ago
  18. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  19. dc91686 Unfortunately, sranddev() is not available on all platforms so seed using the by Stephen Wilson · 15 years ago
  20. 7572fa7 Can't just call "rand" to get a random port, 'cause then you'll get the same sequence in two lldb's. This makes running lldb on lldb not work very well. by Jim Ingham · 15 years ago
  21. a78867b Simple fixes for the gdb remote process plugin on Linux. by Stephen Wilson · 15 years ago
  22. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  23. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago
  24. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  25. c574ede Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 15 years ago
  26. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  27. 5f2a4f9 Added a missing API call in SBTarget that enables one to get by Greg Clayton · 15 years ago
  28. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 15 years ago
  29. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  30. 93d3c833 The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 15 years ago
  31. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  32. e576ab2 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 15 years ago
  33. 71fc2a3 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 15 years ago
  34. 9f5abd8 Fix comment text. by Greg Clayton · 15 years ago
  35. 0d0c12a <rdar://problem/8972204> Test failure: ./dotest.py -v -t -f UniversalTestCase.test_process_launch_for_universal by Greg Clayton · 15 years ago
  36. 0e97cbc Add _pthread_wqthread to the list of thread stop points, and change the logging a bit. by Jim Ingham · 15 years ago
  37. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  38. 2da6d49 Patch that allows for thread_t to be something more complex than an by Greg Clayton · 15 years ago
  39. 6d09345 Added a quicker lookup in the SectionLoadList when looking things up by by Greg Clayton · 15 years ago
  40. b766a73 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
  41. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  42. 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  43. dd2fe7a Fix a little thinko in sending down the thread name to SetName. by Jim Ingham · 15 years ago
  44. ba8df27 by Caroline Tice · 15 years ago
  45. 1a65ae1 Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  46. cdc7322 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 15 years ago
  47. b1e1112 When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 15 years ago
  48. 99d686d One more fix to ProcessGDBRemote::DoDestroy(). This one will make sure we by Greg Clayton · 15 years ago
  49. 414f5d3 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 15 years ago
  50. b3413c8 Remember to turn off the debugserver.txt hard-coded emission. by Jim Ingham · 15 years ago
  51. 444586b More useful STEP logging. by Jim Ingham · 15 years ago
  52. b2daec9 Improved process logging for both lldb_private::Process and ProcessGDBRemote. by Greg Clayton · 15 years ago
  53. bd82a5d Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 15 years ago
  54. 6779606a Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 15 years ago
  55. 6ed9594 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 15 years ago
  56. 1c823b4 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 15 years ago
  57. c4e411f Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
  58. 6beaaa6 A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 15 years ago
  59. 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
  60. de9d049 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 15 years ago
  61. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  62. c30abdf Fixed a crasher where when a ProcessGDBRemote class was being destroyed, it would eventually destroy the dynamic loader (when the lldb_private::Process::m_dynamic_loader_ap destroys itself in the object member destructor chain). The dynamic loader was calling a pure virtual method in Process which was causing a crash. The quick fix is to reset the auto pointer in the ProcessGDBRemote destructor when ProcessGDBRemote is still a valid object with all its pure virtual functions intact. by Greg Clayton · 15 years ago
  63. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  64. f8da863 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
  65. e521966 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 15 years ago
  66. 6218018 Fixed DoResume to watch for the correct return value from WaitForIsRunning to avoid spurious errors due to previous fix. by Greg Clayton · 15 years ago
  67. 3af9ea5 Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 15 years ago
  68. 0d8bcc7 Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 15 years ago
  69. ef5c6d0 Make processes use InputReaders for their input. Move the process by Caroline Tice · 15 years ago
  70. a78ff2e Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 15 years ago
  71. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  72. 5e254d3 If debugserver is running on the local machine, pass it a by Caroline Tice · 15 years ago
  73. 20ad3c4 Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
  74. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  75. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  76. 58d1c9a Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 15 years ago
  77. 19388cf Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
  78. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  79. 897f96a Fixed the dispatch queue name retrieval for threads by looking in an extra by Greg Clayton · 15 years ago
  80. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  81. 4957bf6 Cleaned up a unused member variable in Debugger. by Greg Clayton · 15 years ago
  82. 594e5ed Hooked up detach for ProcessGDBRemote. by Greg Clayton · 15 years ago
  83. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  84. fbcb7f2 The first part of an lldb native stack unwinder. by Jason Molenda · 15 years ago
  85. 6f35f5c Got the ARM version of debugserver up to date. by Greg Clayton · 15 years ago
  86. 725945d Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 15 years ago
  87. 54512bd Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 15 years ago
  88. 6b73930 Pacify operator precedence warnings. No functionality change because eLaunchFlagDisableASLR happens to be 1. by Benjamin Kramer · 15 years ago
  89. 2cad65a Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope. by Greg Clayton · 15 years ago
  90. f681b94 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
  91. 0b76a2c Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 15 years ago
  92. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  93. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  94. b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
  95. 896dff6 Centralized the Mach exception stop info code by adding it as a first by Greg Clayton · 15 years ago
  96. 5b9a1ea 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 · 15 years ago
  97. e1a916a Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
  98. 471b31c Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 15 years ago
  99. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  100. 3afe8a9 Applied pid.patch from Jean-Daniel Dupas. by Greg Clayton · 15 years ago