1. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  2. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  3. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  4. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  5. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  6. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  7. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  8. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 12 years ago
  9. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 12 years ago
  10. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
  11. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 12 years ago
  12. 240a2cc Fix to build tests with GCC: update makefiles in two watchpoint testcases by Daniel Malea · 12 years ago
  13. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 12 years ago
  14. 9c970a3 Adding events when watchpoints are set or changed. by Jim Ingham · 12 years ago
  15. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  16. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  17. 0dd2fc7 Patch from Dan Malea daniel.malea@gmail.com to add some required by Jason Molenda · 12 years ago
  18. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  19. 5761398 Missed a few places where I didn't delete the obsolete (commented out) version of the breakpoint creation. by Jim Ingham · 12 years ago
  20. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  21. 258db3a Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! by Johnny Chen · 12 years ago
  22. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  23. 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
  24. c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
  25. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  26. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  27. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  28. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  29. 3864f04 Add test cases where we start three worker threads, with a write watchpoint set. As soon as a watchpoint is hit in either of the worker thread, by Johnny Chen · 12 years ago
  30. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 13 years ago
  31. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 13 years ago
  32. c811f9f Check in main.c modified for testing hardware watchpoints on arm architectures. by Johnny Chen · 13 years ago
  33. eccc8c4 Create an additional watchpoint during the test run and verify that the watchpoint fired has the expected watchpoint id. by Johnny Chen · 13 years ago
  34. 2b05e29 Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 13 years ago
  35. 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 13 years ago
  36. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 13 years ago
  37. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 13 years ago
  38. 28f3771 Add some more test cases for the "watchpoint set" command. by Johnny Chen · 13 years ago
  39. bda984a Fixed a typo in the test case. Updated comment. by Johnny Chen · 13 years ago
  40. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 13 years ago
  41. 9351b4f Undo r142549 and r142543 which temporarily relax the expected substrings for by Johnny Chen · 13 years ago
  42. f133254 Missed this file when doing r142543 to temporarily relax the expected substrings for watchpoint creation output. by Johnny Chen · 13 years ago
  43. 076f0e0 Temporarily relax the expected substrings for watchpoint creation output by Johnny Chen · 13 years ago
  44. 2189eef Add test cases for setting condition on a watchpoint for both command and API. by Johnny Chen · 13 years ago
  45. 1e8a14a Rename test file. by Johnny Chen · 13 years ago
  46. 87ce647 Fix wrong docstring. by Johnny Chen · 13 years ago
  47. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  48. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  49. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  50. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  51. 3dd956e Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProtocol so that when by Johnny Chen · 13 years ago
  52. 48c7756 Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() impl so that by Johnny Chen · 13 years ago
  53. 3856985 Add test cases for watchpoint list, enable, disable, and delete commands. by Johnny Chen · 13 years ago
  54. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  55. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  56. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago