1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  3. ed2b62a Turns out there are 8 bits in a byte. by Jim Ingham · 12 years ago
  4. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  5. 2753a02 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 12 years ago
  6. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  7. 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
  8. 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
  9. 8ac035d Patch from info from Daniel Malea that should fix the build on linux after fixes committed with revision 162860. by Greg Clayton · 12 years ago
  10. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  11. 258db3a Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! by Johnny Chen · 12 years ago
  12. f84e566 Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm-project?rev=162322&view=rev. by Johnny Chen · 12 years ago
  13. bd446f1 rdar://problem/12144930 by Johnny Chen · 12 years ago
  14. 519274f A little bit of refactoring. by Johnny Chen · 12 years ago
  15. 0b09366 When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, by Johnny Chen · 12 years ago
  16. c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
  17. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  18. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  19. fdbd10a Fix ignore counts on breakpoints so they actually work. by Jim Ingham · 12 years ago
  20. 9336790 We were accessing the ModuleList in the target without locking it for tasks like by Jim Ingham · 12 years ago
  21. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  22. 03e5e51 If we notice that a module with a given file path is replaced by another with the same file by Jim Ingham · 12 years ago
  23. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  24. 14f17cf Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with by Jim Ingham · 12 years ago
  25. b5d55cf Cleanup - removing the ThreadPlanTestCondition and its helper functions. It is not needed, by Jim Ingham · 12 years ago
  26. c705730 <rdar://problem/11282938> by Greg Clayton · 12 years ago
  27. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  28. c9fda2d Initialize ivars in the order they are defined in the class. by Bill Wendling · 12 years ago
  29. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 12 years ago
  30. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  31. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  32. c105362 First step to making an LanguageRuntime Exception breakpoint API. by Jim Ingham · 12 years ago
  33. 116a5cd Make the Watchpoint IDs unique per target, not across targets as before. by Johnny Chen · 12 years ago
  34. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  35. a4a1587 Make a nested if .. if .. else block nesting more explicit with some curly braces. by Jason Molenda · 12 years ago
  36. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 12 years ago
  37. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  38. 5f4f327 Some Breakpoint:: methods crept down be log the Breakpoint::BreakpointEventData methods. by Jim Ingham · 12 years ago
  39. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  40. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 12 years ago
  41. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 12 years ago
  42. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 12 years ago
  43. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 12 years ago
  44. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  45. f8c0fc5 For Dump(Stream *s), use GetOptionsNoCreate()->GetIgnoreCount() and fix the indentation. by Johnny Chen · 12 years ago
  46. 736f0d6 Typo. by Johnny Chen · 12 years ago
  47. 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 12 years ago
  48. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 12 years ago
  49. a44297a Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches by Jim Ingham · 12 years ago
  50. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  51. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
  52. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  53. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  54. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  55. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  56. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  57. aa4a553 Removed namespace qualification from symbol queries. by Sean Callanan · 13 years ago
  58. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  59. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
  60. b238517 Simplify the verbose output of WatchpointLocation::DumpWithLevel(). by Johnny Chen · 13 years ago
  61. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  62. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  63. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  64. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  65. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  66. 043f8c2 StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to by Johnny Chen · 13 years ago
  67. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  68. da5a802 Add some watchpoint maintenance methods to the Target class. by Johnny Chen · 13 years ago
  69. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  70. 7d0e364 Add GetByIndex() methods to the WatchpointLocationList class to facilitate iteration by Johnny Chen · 13 years ago
  71. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  72. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  73. 6c43c12 Add cleanup of watchpoint locations during Target::DeleteCurrentProcess(). by Johnny Chen · 13 years ago
  74. 47dc457 This patch modifies the expression parser to allow it by Sean Callanan · 13 years ago
  75. 5b2fc57 Add logging to Target::CreateWatchpointLocation() and fix some bug of using the wrong variable. by Johnny Chen · 13 years ago
  76. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  77. 95f41b8 Add trivial implementation for GetDescription(). by Johnny Chen · 13 years ago
  78. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  79. 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
  80. 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
  81. edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
  82. d74270e Added alpha .debug_names and .debug_types support in the DWARF parser. by Greg Clayton · 13 years ago
  83. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  84. 87ff150 Silence the static analyzer. by Johnny Chen · 13 years ago
  85. dfe2761 To silence the static analyzer. by Johnny Chen · 13 years ago
  86. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  87. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  88. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  89. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  90. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  91. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  92. e5ed8e9 Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse errors when we go to run a breakpoint condition. by Jim Ingham · 13 years ago
  93. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  94. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  95. 1cd466f Breakpoint::Description with eDescriptionLevelBrief should just print the number of locations, printing the list of locations is pointless. by Jim Ingham · 13 years ago
  96. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  97. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  98. 19a1ab8 Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpoint by Greg Clayton · 13 years ago
  99. 057f706 Fix breakpoint id test to work with clang as well as gcc; added a few by Caroline Tice · 13 years ago
  100. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 13 years ago