1. 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
  2. 1e58cef Factor out a bunch of common code in the two ThreadPlanCallFunction constructors. Also add a sanity check - try reading the frame, and if we fail bag out. by Jim Ingham · 12 years ago
  3. fafffe0 Added a mechanism for keeping track of where in by Sean Callanan · 12 years ago
  4. 7fb1430 Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. by Greg Clayton · 12 years ago
  5. 5ba82b9 Cleanup, keep private types separate from private member variables. by Jim Ingham · 12 years ago
  6. 5056169 Cleaned up code that was getting SBData for an SBInstruction. by Greg Clayton · 12 years ago
  7. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  8. ae93235 Trying to solve our disappearing thread issues by making thread list updates safer. by Greg Clayton · 12 years ago
  9. 451fa82 Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called. by Greg Clayton · 12 years ago
  10. 3847401 Removed an include that wasn't needed. by Greg Clayton · 12 years ago
  11. 2bcbaf6 Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. by Jim Ingham · 12 years ago
  12. 860b9ea <rdar://problem/11202426> by Greg Clayton · 12 years ago
  13. 621a802 Fix a integer trauction issue - calculating the current time in by Jason Molenda · 12 years ago
  14. 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
  15. 9f95fb6 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 12 years ago
  16. 048a0bd Silence unused warning. by Bill Wendling · 12 years ago
  17. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  18. 8d61156 Fixed a problem where we did not read properties by Sean Callanan · 12 years ago
  19. 3feafab <rdar://problem/11184458> by Greg Clayton · 12 years ago
  20. 69c540d Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as the lldb_private::Address has a weak pointer to the section which has a weak pointer back to the module, so it is safe to have just a lldb_private::Address object now. by Greg Clayton · 12 years ago
  21. cfd89c4 Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. by Greg Clayton · 12 years ago
  22. 63aa634 Attempt at fixing a crasher where summary strings where looping endlessly. by Enrico Granata · 13 years ago
  23. 63a424f Revert accidental checkin. by Bill Wendling · 13 years ago
  24. c7a4537 Use the correct class/struct keyword so that they match the declarations. by Bill Wendling · 13 years ago
  25. 0be1edd <rdar://problem/11160171> by Greg Clayton · 13 years ago
  26. 3be42fb Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). by Greg Clayton · 13 years ago
  27. 940dd18 Be more careful when overriding the type for a by Sean Callanan · 13 years ago
  28. 3356d4f <rdar://problem/11082392> by Greg Clayton · 13 years ago
  29. d4f16c8 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  30. 2450cb1 <rdar://problem/11035349> by Greg Clayton · 13 years ago
  31. bd58715 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 13 years ago
  32. 2fccde4 Updated LLVM and LLDB to fix compilation errors by Sean Callanan · 13 years ago
  33. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 13 years ago
  34. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 13 years ago
  35. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  36. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 13 years ago
  37. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 13 years ago
  38. 2aaf59d Added the ability to log a value object just as a value would be display by Greg Clayton · 13 years ago
  39. f0c372a Headers cleanup by Enrico Granata · 13 years ago
  40. 85534d9 More #includes removed by Enrico Granata · 13 years ago
  41. 57011ac Removing spurious <locale> include by Enrico Granata · 13 years ago
  42. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 13 years ago
  43. f55919b Fixing a bug where child names in filters were not matched properly by Enrico Granata · 13 years ago
  44. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 13 years ago
  45. 2418fdd <rdar://problem/11072382> by Greg Clayton · 13 years ago
  46. b451f5f Patch from dawn@burble.org: by Johnny Chen · 13 years ago
  47. 964deba <rdar://problem/8196933> by Greg Clayton · 13 years ago
  48. 22f44d5 Committing a patch from Filipe Cabecinhas by Enrico Granata · 13 years ago
  49. 598df88 <rdar://problem/10434005> by Greg Clayton · 13 years ago
  50. 9482f05 <rdar://problem/11034170> by Greg Clayton · 13 years ago
  51. 66205ce Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 13 years ago
  52. 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 · 13 years ago
  53. 4aa2edf <rdar://problem/11016907> by Greg Clayton · 13 years ago
  54. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 13 years ago
  55. 06cdb8d Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector by Enrico Granata · 13 years ago
  56. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 13 years ago
  57. 66c2e19 Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInfo and SBAttachInfo to avoid link warnings. by Greg Clayton · 13 years ago
  58. a266491 When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name or QueueName if the ThreadSpec doesn't specify them. by Jim Ingham · 13 years ago
  59. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 13 years ago
  60. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 13 years ago
  61. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  62. 95ec168 <rdar://problem/10840355> by Greg Clayton · 13 years ago
  63. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  64. 0164b75 rdar://problem/10976649 by Johnny Chen · 13 years ago
  65. 3df164e Make it possible to set Exception breakpoints when the target doesn't yet by Jim Ingham · 13 years ago
  66. c105362 First step to making an LanguageRuntime Exception breakpoint API. by Jim Ingham · 13 years ago
  67. 9f69f98 Fixed Symbol objects being able to get their byte size. by Greg Clayton · 13 years ago
  68. 3552ed0 Improved the type's handling of anonymous structs, by Sean Callanan · 13 years ago
  69. c86723f <rdar://problem/10967188> by Han Ming Ong · 13 years ago
  70. 41ce4f1 Purge a couple more uses of stack count for stepping. by Jim Ingham · 13 years ago
  71. 3069c62 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 13 years ago
  72. 142f94c Updated LLVM to take a new MC JIT that supports by Sean Callanan · 13 years ago
  73. 441e3b9 Convert the thread plans over from using the stack count to do their logic to using StackID's. This by Jim Ingham · 13 years ago
  74. f125250 <rdar://problem/10605072> by Greg Clayton · 13 years ago
  75. bf97d74 Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to by Jim Ingham · 13 years ago
  76. 1328b14 This commit: by Enrico Granata · 13 years ago
  77. 41641f9 Patch from Filipe Cabecinhas! by Johnny Chen · 13 years ago
  78. 402607f rdar://problem/10652076 by Johnny Chen · 13 years ago
  79. b8cfdfc Remove redundant declaration. Patch from Dmitry Vyukov <dvyukov@google.com>! by Johnny Chen · 13 years ago
  80. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 13 years ago
  81. 1d295e8 Avoid a throw in case we init a lldb_private::Address with an invalid SectionSP. by Greg Clayton · 13 years ago
  82. 116a5cd Make the Watchpoint IDs unique per target, not across targets as before. by Johnny Chen · 13 years ago
  83. d1040dd <rdar://problem/3535148> by Han Ming Ong · 13 years ago
  84. 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 13 years ago
  85. 6c5438b Fixed a crasher that was happening after making ObjectFile objects have a by Greg Clayton · 13 years ago
  86. 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 13 years ago
  87. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
  88. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  89. 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
  90. 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
  91. d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 13 years ago
  92. e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
  93. 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
  94. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
  95. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 13 years ago
  96. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  97. 2d9c2d4 Forgot to add two files from the last checkin. by Jim Ingham · 13 years ago
  98. c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
  99. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  100. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago