1. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago
  2. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  3. 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
  4. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  5. d062ee8 Refactorings of the test/types directory to more elegantly express the uniqueness of by Johnny Chen · 13 years ago
  6. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  7. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  8. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  9. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  10. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  11. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  12. 2c41e14 Modify the test cases (there are a bunch of them) under test/types so that they by Johnny Chen · 13 years ago
  13. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  14. 9a39f59 Add docstring to test_SBSymbolContextList(self) explaining that upon default construction, the API object is valid. by Johnny Chen · 13 years ago
  15. 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
  16. f2fa5dd Bump Xcode project version to 64. by Greg Clayton · 13 years ago
  17. 51c3533 This newly introduced test file (for debugging purpose) needs to handle the case by Johnny Chen · 13 years ago
  18. cd0f938 Recent change to SBSymbolContextList (r133498) makes the default constructor return by Johnny Chen · 13 years ago
  19. 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
  20. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  21. 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
  22. 2354bcf Add logging of 'commands' category, too. by Johnny Chen · 13 years ago
  23. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  24. 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
  25. d88785b Add a test file "TestFailures.py" to try to capture test failures which occur when running by Johnny Chen · 13 years ago
  26. 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
  27. a4082f0 Replace examine-threads.c with a similar little utility I wrote a by Jason Molenda · 13 years ago
  28. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  29. 9a9fcf6 For now, insert some delays between succesive test cases in the test/types directory by Johnny Chen · 13 years ago
  30. c9aabf0 Simplify the the generic AbstractBase.py test base for testing variable types. by Johnny Chen · 13 years ago
  31. dfbfa9c Remove duplicate m_monitor field from LaunchArgs by Peter Collingbourne · 13 years ago
  32. 132476f Set LLDB_SESSION_DIRNAME to absolute path by Peter Collingbourne · 13 years ago
  33. 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
  34. b1821b4 Minor module-level docstring change. by Johnny Chen · 13 years ago
  35. d2554b5 Test lldb Python API object's default constructor and make sure it is invalid by Johnny Chen · 13 years ago
  36. a47b9bd Change to get around the nested ifeq woes on OS X Snow Leopard: by Johnny Chen · 13 years ago
  37. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  38. 1561bc4 Enable the "make test" rule in the root Makefile by Peter Collingbourne · 13 years ago
  39. ac72015 Add a default rule to test/Makefile which runs the test suite by Peter Collingbourne · 13 years ago
  40. f6c3de8 Modify TestHelp to search for LLDB-Info.plist in the correct place by Peter Collingbourne · 13 years ago
  41. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  42. 61aca48 Have dotest.py search for test cases in its own directory by default, by Peter Collingbourne · 13 years ago
  43. 39bd536 Add a builder module for Linux (plus some refactoring) by Peter Collingbourne · 13 years ago
  44. cf043e6 Add Linux rules to test makefile by Peter Collingbourne · 13 years ago
  45. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  46. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  47. 64abe46 Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName(). by Johnny Chen · 13 years ago
  48. 4acd5ec Bumping Xcode project version for lldb-63. by Greg Clayton · 13 years ago
  49. dab471f Fixed a crasher where we were accessing a symbol with a bad index. by Greg Clayton · 13 years ago
  50. 887f45f Make sure we have a valid object file before we try getting the symbol table by Greg Clayton · 13 years ago
  51. 8c6907c Fixed a case where LLDB would crash if we get C++ operators with invalid by Greg Clayton · 13 years ago
  52. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  53. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  54. 582ed0e Added two new API functions to SBFrame: by Greg Clayton · 13 years ago
  55. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  56. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  57. 2da4402 Test case test_connect_remote() has been passing consistently for some times. by Johnny Chen · 13 years ago
  58. ffa458b Modify a bunch of docstrings to be more correct. Check the SBError.Success() after attaching. by Johnny Chen · 13 years ago
  59. 58d02ff Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup. by Johnny Chen · 13 years ago
  60. da5c7e6 Localize the finding of our to-be-debugged executable in one spot during the setUp() phase. by Johnny Chen · 13 years ago
  61. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  62. d1c9fb0 Modify docstring. by Johnny Chen · 13 years ago
  63. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  64. 535960e o TestHelloWorld.py: by Johnny Chen · 13 years ago
  65. 49f3d81 o lldbutil.py: by Johnny Chen · 13 years ago
  66. 30ccc22 Add some extra linker flags to LLDB.framework so we can track down why we by Greg Clayton · 13 years ago
  67. 892fadd by Caroline Tice · 13 years ago
  68. 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
  69. ef6f476 Simplify the base test class. Remove keyword argument setCookie from TestBase.runCmd() and by Johnny Chen · 13 years ago
  70. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  71. ac35442 Made GetConditionText const everywhere. Made it return NULL when there's no condition by Jim Ingham · 13 years ago
  72. 3dfeeec Added a few trivial mods. by Jim Ingham · 13 years ago
  73. 2b5e4e6 by Caroline Tice · 13 years ago
  74. ef3735a by Caroline Tice · 13 years ago
  75. 7af2f02 Update usage comment. by Johnny Chen · 13 years ago
  76. 9bab8d4 Primitive attach support for linux by Johnny Chen · 13 years ago
  77. 84cc16d by Caroline Tice · 13 years ago
  78. 2f57b3d Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 13 years ago
  79. 50f0e89 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 13 years ago
  80. 6cf4fd1 If ProcessMonitor::Launch fails, post semaphore to notify caller by Peter Collingbourne · 13 years ago
  81. 5f2b5d6 Fix typo: curret -> current by Peter Collingbourne · 13 years ago
  82. f208453 Generalise pattern for matching IsValid signature by Peter Collingbourne · 13 years ago
  83. cd73f3e Declare CompareHistoryEvents and IsCurrentHistoryEvent as pure virtual functions by Peter Collingbourne · 13 years ago
  84. abb3e5b Add license header to InferiorCallPOSIX.cpp by Peter Collingbourne · 13 years ago
  85. 82ce540 Fix typo: fucntion -> function by Peter Collingbourne · 13 years ago
  86. 1c96341 Remove assert() calls that were firing off and crashing the LLDB framework. by Greg Clayton · 13 years ago
  87. 5fd8612 Removed unneeded method breakAfterLaunch() from the TestBase class to simplify our base class. by Johnny Chen · 13 years ago
  88. d4d9283 by Caroline Tice · 13 years ago
  89. 87e1f77 by Caroline Tice · 13 years ago
  90. 8e432fa Make the size accessor const. by Greg Clayton · 13 years ago
  91. 28f8674 Header file cleanup and moved an inline to the implementation file. by Greg Clayton · 13 years ago
  92. 9282e86 Added an llvm::StringRef accessor. by Greg Clayton · 13 years ago
  93. d720e01 Explicitly set the value to NULL when adding a string map entry. by Greg Clayton · 13 years ago
  94. 9d47944 I modified the StringMap that was being used to unique our debugger C strings by Greg Clayton · 13 years ago
  95. ac27455 Comment out the debug stmts. by Johnny Chen · 13 years ago
  96. 694cfd0 Add rich comparison methods for the SBAddress object. by Johnny Chen · 13 years ago
  97. 35ec4f1 Remove extra whitespace. by Johnny Chen · 13 years ago
  98. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  99. 4399446 Make sure we are ok to stop in a thread plan and have no stop reason for by Greg Clayton · 13 years ago
  100. c40dfc5 Don't codesign with lldb_codesign for non MacOSX SDKs. by Greg Clayton · 13 years ago