1. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  2. f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
  3. 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
  4. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  5. ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
  6. ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
  7. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  8. 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
  9. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  10. b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
  11. c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago
  12. 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
  13. e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
  14. e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
  15. d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
  16. 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
  17. 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
  18. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  19. c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
  20. 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
  21. 17a1399 Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. by Johnny Chen · 13 years ago
  22. 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
  23. 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
  24. aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
  25. 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
  26. b5493c2 Create new directory named 'functionalities' to house some existing top level directories. by Johnny Chen · 13 years ago
  27. fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
  28. 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
  29. b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
  30. b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
  31. de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
  32. b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
  33. c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
  34. 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
  35. b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
  36. f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
  37. 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
  38. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  39. 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
  40. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  41. 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
  42. 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago
  43. 165e549 Add fuzz calls for SBCompileUnit. by Johnny Chen · 13 years ago
  44. fa3263b Add fuzz calls for SBCommunication. by Johnny Chen · 13 years ago
  45. 16c8872 Add fuzz calls for SBBroadcaster. by Johnny Chen · 13 years ago
  46. b264c9b Compute svn_info for git-svn bridge, too. by Johnny Chen · 13 years ago
  47. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  48. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  49. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  50. cd6377e Add fuzz calls for SBBreakpointLocation. by Johnny Chen · 13 years ago
  51. 15be1d0 Add fuzz calls for SBBreakpoint. by Johnny Chen · 13 years ago
  52. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  53. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  54. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  55. 07dd55a Add fuzz calls for SBBlock. by Johnny Chen · 13 years ago
  56. 1581e74 Start adding API calls to the invalid SB API object after default construction. by Johnny Chen · 13 years ago
  57. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  58. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago
  59. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  60. 4119be5 For now, use 'b.out' compiled from main2.cpp as the executable name for test_run_to_address_with_dsym/dwarf() by Johnny Chen · 13 years ago
  61. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  62. d062ee8 Refactorings of the test/types directory to more elegantly express the uniqueness of by Johnny Chen · 13 years ago
  63. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  64. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  65. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  66. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  67. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  68. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  69. 2c41e14 Modify the test cases (there are a bunch of them) under test/types so that they by Johnny Chen · 13 years ago
  70. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  71. 9a39f59 Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid. by Johnny Chen · 13 years ago
  72. 41ae812 Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. by Jim Ingham · 13 years ago
  73. f2fa5dd Bump Xcode project version to 64. by Greg Clayton · 13 years ago
  74. 51c3533 This newly introduced test file (for debugging purpose) needs to handle the case by Johnny Chen · 13 years ago
  75. cd0f938 Recent change to SBSymbolContextList (r133498) makes the default constructor return by Johnny Chen · 13 years ago
  76. 4985959 Add a 10 second timeout to ensure that we don't lock up if we never get to the by Greg Clayton · 13 years ago
  77. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  78. cf79716 I messed up the test case id to turn logging on and then off. It is "test_long_type_with_dsym", by Johnny Chen · 13 years ago
  79. 2354bcf Add logging of 'commands' category, too. by Johnny Chen · 13 years ago
  80. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  81. d047d81 rdar://problem/9649573 has captured the log files when running test_long_long_type_with_dsym() (which luckily failed) and the test session files for test failures. by Johnny Chen · 13 years ago
  82. d88785b Add a test file "TestFailures.py" to try to capture test failures which occur when running by Johnny Chen · 13 years ago
  83. c935a89 Fix the log channel for gdb-remote. It should be "gdb-remote" now, instead of "process.gdb-remote". by Johnny Chen · 13 years ago
  84. a4082f0 Replace examine-threads.c with a similar little utility I wrote a by Jason Molenda · 13 years ago
  85. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  86. 9a9fcf6 For now, insert some delays between succesive test cases in the test/types directory by Johnny Chen · 13 years ago
  87. c9aabf0 Simplify the the generic AbstractBase.py test base for testing variable types. by Johnny Chen · 13 years ago
  88. dfbfa9c Remove duplicate m_monitor field from LaunchArgs by Peter Collingbourne · 13 years ago
  89. 132476f Set LLDB_SESSION_DIRNAME to absolute path by Peter Collingbourne · 13 years ago
  90. e7a91c1 The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s". by Jim Ingham · 13 years ago
  91. b1821b4 Minor module-level docstring change. by Johnny Chen · 13 years ago
  92. d2554b5 Test lldb Python API object's default constructor and make sure it is invalid by Johnny Chen · 13 years ago
  93. a47b9bd Change to get around the nested ifeq woes on OS X Snow Leopard: by Johnny Chen · 13 years ago
  94. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  95. 1561bc4 Enable the "make test" rule in the root Makefile by Peter Collingbourne · 13 years ago
  96. ac72015 Add a default rule to test/Makefile which runs the test suite by Peter Collingbourne · 13 years ago
  97. f6c3de8 Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 13 years ago
  98. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  99. 61aca48 Have dotest.py search for test cases in its own directory by default, by Peter Collingbourne · 13 years ago
  100. 39bd536 Add a builder module for Linux (plus some refactoring) by Peter Collingbourne · 13 years ago