1. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  2. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  3. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  4. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  5. f14269a <rdar://problem/12780259> by Han Ming Ong · 12 years ago
  6. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  7. 507a638 <rdar://problem/12655594> by Greg Clayton · 12 years ago
  8. dacdc01 Add an example of using the target.process.extra-startup-command to turn on debugserver logging since by Jim Ingham · 12 years ago
  9. 76b258d The Function calling thread plan was replacing the stored stop info too soon, causing recursive entry into the by Jim Ingham · 12 years ago
  10. 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
  11. 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
  12. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  13. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  14. 34507e4 Carlo Kok found an issue where default parameters were causing the wrong argument to be passed. I got rid of the default args so we don't run into this. by Greg Clayton · 12 years ago
  15. 8433278 <rdar://problem/12500785> by Greg Clayton · 12 years ago
  16. 9a91ef6 This is a fix for the command option parser. by Sean Callanan · 12 years ago
  17. 2e7f313 <rdar://problem/12491420> by Greg Clayton · 12 years ago
  18. 0c8446c <rdar://problem/12462048> by Greg Clayton · 12 years ago
  19. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  20. 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
  21. 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
  22. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  23. fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago
  24. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  25. bb1af9c <rdar://problem/11935492> by Greg Clayton · 12 years ago
  26. b995059 Fixed a few places where we were doing: by Jim Ingham · 12 years ago
  27. e1a654b Include a useful bit of log output in the "step" as well as the "process" logs. by Jim Ingham · 12 years ago
  28. 8290bba If the ThreadList ShouldStop restarts the target, don't resume it again. by Jim Ingham · 12 years ago
  29. 38ae5b9 Fix the log channel used in Process.cpp. by Greg Clayton · 12 years ago
  30. 777c6b7 Modified patch from Matt Kopec that fixes a process launch issue on linux where we wouldn't acquire the process run lock. by Greg Clayton · 12 years ago
  31. 0c8fa2d Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that by Jim Ingham · 12 years ago
  32. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  33. d0bdddf Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 12 years ago
  34. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  35. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  36. b386d82 Removed explicit NULL checks for shared pointers by Sean Callanan · 12 years ago
  37. 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
  38. 5d90ade Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 12 years ago
  39. 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
  40. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  41. 6cca969 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 12 years ago
  42. 5b0a5ac Fixed a bug that caused the Process not to rebroadcast by Sean Callanan · 12 years ago
  43. 06b8449 Work around some problems destroying a process with older debugservers. by Jim Ingham · 12 years ago
  44. 86827fb Add an "extra-startup-commands" process setting so we can send some command strings to the actual process plugin to interpret as it wishes. by Jim Ingham · 12 years ago
  45. f90b5f3 Added a setting (target.process.disable-memory-cache) by Sean Callanan · 12 years ago
  46. 4389256 Make sure that when if we are going to Halt while the process is in the middle of HandlePrivateEvent we by Jim Ingham · 12 years ago
  47. a377286 Fixed a problem where detaching from a process by Sean Callanan · 12 years ago
  48. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  49. f4928de Process::Destroy should Halt before it tries to destroy so we don't have race conditions where we are in the middle of trying to service an event when we go to Destroy. by Jim Ingham · 12 years ago
  50. 6b1763b <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. by Enrico Granata · 12 years ago
  51. eeeb2af Forgot to bump the local string buffer up in size after debugging to make sure long strings would be correctly read when the buffer is too small for the string. by Greg Clayton · 12 years ago
  52. dd29b97 Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work. by Greg Clayton · 12 years ago
  53. cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 12 years ago
  54. f63f2ba Always call RefreshStateAfterStop when we get a stop event. We were skipping doing it in the case where we had interrupted the target. Presumably at some point in the past RefreshStateAfterStop was done more directly when we handled the interrupt, but it isn't any more so now we need to do it all the time. by Jim Ingham · 12 years ago
  55. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  56. cb740b3 In ProcessGDBRemote::DoConnectRemote(), if the remote system informed by Jason Molenda · 12 years ago
  57. 027aaa7 Switch to setting the write side of the run lock when we call Resume. Then make a PrivateResume that doesn't switch the run-lock state, and use that where we are resuming without changing the public resume state. by Jim Ingham · 12 years ago
  58. 77d4071 Make sure an error is returned when Process::LoadImage() fails. by Greg Clayton · 12 years ago
  59. 9747118 Added a new host function that allows us to run shell command and get the output from them along with the status and signal: by Greg Clayton · 12 years ago
  60. f641af3 The run all threads timeout in RunThreadPlan should respect the user timeout, not be arbitrarily 10 seconds (which was too long anyway...) by Jim Ingham · 12 years ago
  61. 7fa7b2f Make sure that DoResume doesn't stall if we shut down the async thread while DoResume is waiting by Jim Ingham · 12 years ago
  62. d21d98b Two changes, by Jim Ingham · 12 years ago
  63. ae93235 Trying to solve our disappearing thread issues by making thread list updates safer. by Greg Clayton · 12 years ago
  64. 1831e78 We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to by Jim Ingham · 12 years ago
  65. ce96dad Order ivar initializers to how they're declared in the class. by Bill Wendling · 12 years ago
  66. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  67. e311766 Fix the process of getting the ObjC runtime - if we ask for it too early (in the process of handling the by Jim Ingham · 12 years ago
  68. 95ec168 <rdar://problem/10840355> by Greg Clayton · 12 years ago
  69. d1040dd <rdar://problem/3535148> by Han Ming Ong · 12 years ago
  70. 6c5438b Fixed a crasher that was happening after making ObjectFile objects have a by Greg Clayton · 12 years ago
  71. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 12 years ago
  72. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  73. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  74. 04200f6 Only allow expressions to use the JIT if memory can be allocated in the process. by Sean Callanan · 12 years ago
  75. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 12 years ago
  76. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 12 years ago
  77. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 12 years ago
  78. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  79. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  80. 182be6a <rdar://problem/10732738> by Greg Clayton · 13 years ago
  81. faf0478 Fixed a potential hang while trying to execute a function in the inferior. by Sean Callanan · 13 years ago
  82. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  83. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  84. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  85. 60526c4 Protect a few log->Printf calls with "if (log)"... by Jim Ingham · 13 years ago
  86. 0963fdd Looking at our memory usage with Instruments when debugging a large application by Greg Clayton · 13 years ago
  87. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  88. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  89. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  90. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  91. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  92. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  93. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  94. 0296fe7 Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore by Jim Ingham · 13 years ago
  95. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  96. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  97. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  98. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  99. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  100. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago