1. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  2. c3e49ca Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests. by Matt Kopec · 11 years ago
  3. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  4. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  5. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  6. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  7. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  8. 4b6a267 PR14426 (breakpoint hit count incorrect) is resolved. by Daniel Malea · 11 years ago
  9. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  10. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  11. c676e35 Clear auto-confirm setting on teardown for tests that use it by Daniel Malea · 12 years ago
  12. c09b5c1 Use auto-confirm setting to avoid prompts causing some tests to appear to hang by Daniel Malea · 12 years ago
  13. 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
  14. 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
  15. 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
  16. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  17. 58edac3 rdar://problem/12022371 by Johnny Chen · 12 years ago
  18. 124e690 Add an option to "process continue" to ignore the next <N> crossings of the breakpoint under by Jim Ingham · 12 years ago
  19. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  20. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  21. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  22. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  23. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  24. 8ad21a8 Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command by Enrico Granata · 12 years ago
  25. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  26. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  27. 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
  28. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  29. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
  30. 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago