1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  3. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  4. 0d231f7 Add a way to load an image using a library name and list of paths. by Jim Ingham · 7 years ago
  5. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  6. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  7. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 7 years ago
  8. 141a626 Expose process instance info via SB API by Vadim Macagon · 8 years ago
  9. e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
  10. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  11. abc5d72 Be a little more permissive in DynamicLoaderMacOS::CanLoadImage by Jim Ingham · 8 years ago
  12. d5d8d91 Initial implementation of SB APIs for Tracing support. by Ravitheja Addepally · 8 years ago
  13. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 8 years ago
  14. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 8 years ago
  15. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  16. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  17. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  18. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  19. 26036843 Add MemoryRegionInfo to SB API by Howard Hellyer · 9 years ago
  20. a61d0a5 Make sure to try and take the process stop lock when calling: by Greg Clayton · 9 years ago
  21. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  22. 400e180 Fix -Wformat-pedantic warning by Hans Wennborg · 9 years ago
  23. ea2cc5e Add logging to SBProcess::GetRestartedFromEvent by Pavel Labath · 9 years ago
  24. 4fbd67a Add a new option to Platform::LoadImage to install the image by Tamas Berghammer · 10 years ago
  25. 3cb132a Fix "process load/unload" on android by Tamas Berghammer · 10 years ago
  26. f7d1893 Enable saving of mini dumps with lldb process save-core. by Adrian McCarthy · 10 years ago
  27. f9a2697 Revert "FOO" by Adrian McCarthy · 10 years ago
  28. af75dab FOO by Adrian McCarthy · 10 years ago
  29. adb9982 Fix typos. by Bruce Mitchener · 10 years ago
  30. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  31. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  32. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  33. 38810f4 Fix handling of hijacked events in synchronous mode by Ilia K · 10 years ago
  34. 06d2855 Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI) by Ilia K · 10 years ago
  35. ede3193 Add a "force_kill" arg to Process::Destroy(). This is needed after by Jason Molenda · 10 years ago
  36. f9e5dc1 Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent() by Ilia K · 10 years ago
  37. 5bf72c4 Lock mutex in the same order. by Hafiz Abid Qadeer · 10 years ago
  38. dc6224e Make the "synchronous" mode actually work without race conditions. by Greg Clayton · 11 years ago
  39. 6392754 Add a IsInstrumentationRuntimePresent SB API by Kuba Brecka · 11 years ago
  40. a51ea38 Implement ASan history threads in SB API by Kuba Brecka · 11 years ago
  41. 802dc402 Add API control of the signal disposition. by Todd Fiala · 11 years ago
  42. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
  43. a332978 lldb arm64 import. by Jason Molenda · 11 years ago
  44. 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 11 years ago
  45. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 11 years ago
  46. 5e8dce4 Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent by Jason Molenda · 11 years ago
  47. 008c45f Change SBThread::GetExtendedBacktrace to by Jason Molenda · 12 years ago
  48. 95d005c Rename extended backtrace methods to take out the "ThreadOrigin" by Jason Molenda · 12 years ago
  49. 8c71337 Add the GetNumThreadOriginExtendedBacktraceTypes and by Jason Molenda · 12 years ago
  50. 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
  51. bdae378 Cleanup/rearrange includes: by Virgile Bello · 12 years ago
  52. 14715c6 Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch from Sebastien Metrot. by Greg Clayton · 12 years ago
  53. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  54. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 12 years ago
  55. 54e39db Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 12 years ago
  56. a23f73d Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 12 years ago
  57. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 12 years ago
  58. 0161b49 Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 12 years ago
  59. a4d8747 <rdar://problem/13010007> by Greg Clayton · 12 years ago
  60. 949e822 <rdar://problem/13009943> by Greg Clayton · 12 years ago
  61. bf2956a2 Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 12 years ago
  62. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  63. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  64. ab3b8b2 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 13 years ago
  65. 256cf2c Rmoved a duplicate version of SetSelectedThreadByID by Sean Callanan · 13 years ago
  66. d7b30ef Add API to get the process plugin name & short name. by Jim Ingham · 13 years ago
  67. ea561dc <rdar://problem/12490558> by Greg Clayton · 13 years ago
  68. ccd41e5 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 13 years ago
  69. 43e0af0 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 · 13 years ago
  70. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  71. 4fc6cb9 Rework how the API mutex is acquired when filling out an ExecutionContext from an ExecutionContextRef, by Jim Ingham · 13 years ago
  72. cfc0935 Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the event loop. by Jim Ingham · 13 years ago
  73. 18b4689 Add accessors on process to get & set the selected thread by IndexID (useful since that's the one that "thread list" shows and it won't get reused even if the underlying system thread ID gets reused. by Jim Ingham · 13 years ago
  74. 4e0fe8a <rdar://problem/11791234> by Greg Clayton · 13 years ago
  75. f9ef60d Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 13 years ago
  76. c9858e4 Added logging when API calls try to do something that shouldn't be done when the process is stopped by having logging calls that end with "error: process is running". by Greg Clayton · 13 years ago
  77. 7fdf9ef Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
  78. 0e61568 Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
  79. 4bddaeb Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  80. e6bc6cb Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
  81. acdbe81 lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  82. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  83. 17a6ad05 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  84. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  85. 0f28986 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  86. 39c6d0f http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  87. e91b795 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  88. c91d804 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 14 years ago
  89. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  90. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  91. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  92. c9ed478 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 14 years ago
  93. 982c976 Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 14 years ago
  94. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  95. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  96. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  97. 0c74e78 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 14 years ago
  98. 930e3ad Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 14 years ago
  99. 9631aae Expose ConnectRemote API through SBTarget and SBProcess. by James McIlree · 14 years ago
  100. cf386e2 Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 14 years ago