1. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  2. 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
  3. 2fcbf6e <rdar://problem/12953853> by Greg Clayton · 11 years ago
  4. 30d863d Remove a couple of debugging printf's from the testsuite. by Jim Ingham · 12 years ago
  5. 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
  6. 1ee6d9f Fix a wrong variable name. by Filipe Cabecinhas · 12 years ago
  7. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 12 years ago
  8. ec95492 Indentation. by Johnny Chen · 12 years ago
  9. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  10. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  11. bf338e6 Migrate the in_range(symbol, section) and symbol_iter(module, section) utility functions by Johnny Chen · 13 years ago
  12. ff2ec04 Modify lldbutil.in_range(symbol, section) to deal with the symbol whose by Johnny Chen · 13 years ago
  13. e708261 Add a test sequence of iterating through a module's symbols belonging to a section. by Johnny Chen · 13 years ago
  14. 8a0d897 SBWatchpointLocation.GetDescription() takes an additional description level arg. by Johnny Chen · 13 years ago
  15. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  16. 638ebcf Add an additional formatter class RecursiveDecentFormatter which prints the by Johnny Chen · 13 years ago
  17. 8c06276 Fix comment. by Johnny Chen · 13 years ago
  18. 084fd89 Add BasicFormatter and ChildVisitingFormatter utility classes to the lldbutil.py module by Johnny Chen · 13 years ago
  19. 7d4c7fe Modify the test script to better handle the different inlining behaviors of by Johnny Chen · 13 years ago
  20. 64abe46 Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName(). by Johnny Chen · 13 years ago
  21. 49f3d81 o lldbutil.py: by Johnny Chen · 13 years ago
  22. 3d8ae46 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 13 years ago
  23. 5aba3f5 Add comment. by Johnny Chen · 13 years ago
  24. 960ce12 Convert these two modules to use the compact truth value testing as well. by Johnny Chen · 13 years ago
  25. 30e4850 Test commit from a git-svn-cloned lldb/trunk repository. by Johnny Chen · 13 years ago
  26. bbc18b6 When trying to print out the function name corresponding to the frame, if the function obj by Johnny Chen · 13 years ago
  27. abb3b2d Add two utility functions: by Johnny Chen · 13 years ago
  28. fd1175c Add more docstrings for get_GPRs(frame), getFPRs(frame), and get_ESRs(frame). by Johnny Chen · 13 years ago
  29. 728255b Add a utility function get_registers(frame, kind) to get the registers of a given frame and of a given kind. by Johnny Chen · 13 years ago
  30. b299877 Fix docstring. by Johnny Chen · 13 years ago
  31. 185e2c1 Add test scenario to verify 'eax' register is available when launching the i386 slice by Johnny Chen · 13 years ago
  32. 311b1d6 Change the process iteration pattern to a more concise: by Johnny Chen · 13 years ago
  33. d643c08 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 13 years ago
  34. 8229390 Add a utility function smart_iter() which has knowledge of the getsize and the getelem by Johnny Chen · 13 years ago
  35. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  36. efdc26a Docstring. by Johnny Chen · 13 years ago
  37. 8a3b54e Update comment. by Johnny Chen · 13 years ago
  38. 979cb5d Docstring changees. by Johnny Chen · 13 years ago
  39. 318aaa0 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  40. e428d33 Move two functions around. by Johnny Chen · 13 years ago
  41. bdc36bd Make SBBreakpointLocation::GetDescription() API to be consistent with SBTarget, by Johnny Chen · 13 years ago
  42. bc1a93e Add a simple utility function get_description(lldb_obj, option=None) to lldbutil.py by Johnny Chen · 13 years ago
  43. 0b4dfac Add docstring. by Johnny Chen · 13 years ago
  44. 37ac00b Modify some docstrings. by Johnny Chen · 13 years ago
  45. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  46. f4c0d1d Minor import statement change. by Johnny Chen · 13 years ago
  47. 0bfa859 Turns out that the test failure wrt: by Johnny Chen · 13 years ago
  48. 69af39d Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). by Johnny Chen · 13 years ago
  49. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 13 years ago
  50. 51ed1b6 Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetStartAddress(), by Johnny Chen · 13 years ago
  51. 77356a0 Add TestTargetAPI.py: by Johnny Chen · 13 years ago
  52. d2765fc Clarified the docstrings for int_to_bytearray() and bytearray_to_int(). by Johnny Chen · 13 years ago
  53. 4c70f28 Add two utility functions to lldbutil.py: by Johnny Chen · 13 years ago
  54. deaf884 Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 13 years ago
  55. 2c8d159 Add a test for Python API SBValue.GetValueType() inside TestArrayTypes.py for a by Johnny Chen · 14 years ago
  56. ad5fd40 Only prints out the stop reason if it is not invalid. by Johnny Chen · 14 years ago
  57. 2c9966b Also prints out the stop reason string for lldbutil.PrintStackTrace(thread). by Johnny Chen · 14 years ago
  58. 168a61a Comment heading changes. by Johnny Chen · 14 years ago
  59. 59b8477 Also change the utility functions in lldbutil.py, too, to correspond to the StateType representation change. by Johnny Chen · 14 years ago
  60. ed5f04e Don't wrap StringIO inside a with statement. It is not a context manager. by Johnny Chen · 14 years ago
  61. 2078efa Make sure to close the string buffer when finished. by Johnny Chen · 14 years ago
  62. 84a6d6f This is an initial version of test driver enhanceent to be able to dump the by Johnny Chen · 14 years ago
  63. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  64. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  65. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  66. b51d87d Add a test case which uses the SBProcess and SBThread APIs to iterate through by Johnny Chen · 14 years ago
  67. 30425e9 Add a keyword argument string_buffer (with a default value of False) to the by Johnny Chen · 14 years ago
  68. 88866ac Added GetStackFrames(thread) utility function. by Johnny Chen · 14 years ago
  69. 1605cf6 Added a lldbutil.py module, which contains utility functions which can be used by Johnny Chen · 14 years ago