1. d45c3d7 Added the ability to get a 32 or 64 bit simple return value from the by Greg Clayton · 13 years ago
  2. 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 13 years ago
  3. 8c2d609 Fixed the default ARM registers to have the generic argument by Greg Clayton · 13 years ago
  4. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  5. 13d4ce9 Modified the lldb.xcodeproj to not have the headers in a copy files phase by Greg Clayton · 13 years ago
  6. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  7. 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
  8. 1cd466f Breakpoint::Description with eDescriptionLevelBrief should just print the number of locations, printing the list of locations is pointless. by Jim Ingham · 13 years ago
  9. 6497f77 For the purposes of setting breakpoints treat methods defined in the class and methods defined in a category on the class as the same. by Jim Ingham · 13 years ago
  10. 87575f9 Clean up the test a little bit; and use lldbutil.get_GPRs(frame) to retrieve the general purpose register set. by Johnny Chen · 13 years ago
  11. 30e4850 Test commit from a git-svn-cloned lldb/trunk repository. by Johnny Chen · 13 years ago
  12. 0b0e3fc This patch add a "fake" attach waiting for a real implementation and by Johnny Chen · 13 years ago
  13. a0f3469 Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 13 years ago
  14. f387823 PATH_MAX is in limits.h on Linux. by Johnny Chen · 13 years ago
  15. de9eadc This method has been removed from the API. This fix the compilation by Johnny Chen · 13 years ago
  16. aba367e For cases where a const function is inaccurately reported by Sean Callanan · 13 years ago
  17. bbc18b6 When trying to print out the function name corresponding to the frame, if the function obj by Johnny Chen · 13 years ago
  18. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  19. 80ab18e Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address by Johnny Chen · 13 years ago
  20. b656f4e Cleaned up the expected substring for output from the stop-hook mechanism. by Johnny Chen · 13 years ago
  21. c5272bf Construction of the RegisterReaderArg instance should happen after we have a valid base_addr, not before. by Johnny Chen · 13 years ago
  22. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  23. 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
  24. d980518 Remove the custom working directory form the xcscheme. by Greg Clayton · 13 years ago
  25. 53fe9cc Make sure you have an executable module before trying to print its name. by Jim Ingham · 13 years ago
  26. abb3b2d Add two utility functions: by Johnny Chen · 13 years ago
  27. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  28. 649116c by Caroline Tice · 14 years ago
  29. fd1175c Add more docstrings for get_GPRs(frame), getFPRs(frame), and get_ESRs(frame). by Johnny Chen · 14 years ago
  30. c773060 More string matching criterion. by Johnny Chen · 14 years ago
  31. 9400432 Add TestObjCTypeQueryFromOtherCompileUnit.py to test that when stopped in the 'main.c' by Johnny Chen · 14 years ago
  32. 65ec724 Fixed a bug that caused types to be incorrectly by Sean Callanan · 14 years ago
  33. 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 · 14 years ago
  34. 3d50a54 Add TestExprs2.py for recent check-ins related to the 'expression' subsystem. by Johnny Chen · 14 years ago
  35. b38df1e by Caroline Tice · 14 years ago
  36. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 14 years ago
  37. 2ba5ef6 Add a test case test_process_info_with_no_arg(self) to 'class PlatformCommandTestCase' by Johnny Chen · 14 years ago
  38. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 14 years ago
  39. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 14 years ago
  40. 1736fef Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command. by Johnny Chen · 14 years ago
  41. 3aeaed3 Fixed an issue with the MacOSX backchain register context where the pc was by Greg Clayton · 14 years ago
  42. 5e47385 Change an unconditional log to a conditional one. by Jim Ingham · 14 years ago
  43. b299877 Fix docstring. by Johnny Chen · 14 years ago
  44. 185e2c1 Add test scenario to verify 'eax' register is available when launching the i386 slice by Johnny Chen · 14 years ago
  45. a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 14 years ago
  46. 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 14 years ago
  47. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 14 years ago
  48. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 14 years ago
  49. c446fe9 Deleted one too many characters... by Jim Ingham · 14 years ago
  50. bba1d8a Fix an unitialized pointer in ValueObject::CreateChildAtIndex. by Jim Ingham · 14 years ago
  51. 9157f5d Modify the test case related to "target modules search-paths" as it suffers from code rotting. by Johnny Chen · 14 years ago
  52. ac91027 Add an API test script file for SBCommandInterpreter. by Johnny Chen · 14 years ago
  53. 04427e1 Fix wrong test method name due to cut-and-paste. by Johnny Chen · 14 years ago
  54. 5ddbe21 by Caroline Tice · 14 years ago
  55. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 14 years ago
  56. 7fbd29f Make the log message & setter match for "dyld/shlib". The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake... by Jim Ingham · 14 years ago
  57. 0039e68 Added the ability to cast pointer types to another type, no matter what the by Greg Clayton · 14 years ago
  58. d4a094e Comment. by Johnny Chen · 14 years ago
  59. dedf087 Add comment for self.child_in_script_interpreter. by Johnny Chen · 14 years ago
  60. 058a24d Use standard lldb enum -- lldb.eStopReasonBreakpoint. by Johnny Chen · 14 years ago
  61. 311b1d6 Change the process iteration pattern to a more concise: by Johnny Chen · 14 years ago
  62. 5579485 Always try and lookup the address in a register if it is encoded as an by Greg Clayton · 14 years ago
  63. e15511a Fix the "target stop-hook add" input reader so that it won't say the stop hook was added if the input was interrupted. by Jim Ingham · 14 years ago
  64. 3a4622e Add a test script for verifying that the convenience variables: by Johnny Chen · 14 years ago
  65. 882c554 by Caroline Tice · 14 years ago
  66. 930fbb8 Use '-f c' to print each element of a string as a char. by Johnny Chen · 14 years ago
  67. 1acbdc0 Forgot to check in this change with r130811. by Johnny Chen · 14 years ago
  68. c5f0b99 by Caroline Tice · 14 years ago
  69. 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
  70. cf60768 Make the negative test more robust in light of more than one lldb prompts being emitted by Johnny Chen · 14 years ago
  71. 2ec2922 Add comments about 'image' being an alias for 'target modules'. by Johnny Chen · 14 years ago
  72. 7e0dbcf Update the golden output strings to match against after the recent change. by Johnny Chen · 14 years ago
  73. 13f96c3 Remove debug statement. by Johnny Chen · 14 years ago
  74. c4ca1b3 Use a more gentle way of shutting down the child process spawned during the test execution using pexpect. by Johnny Chen · 14 years ago
  75. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  76. 6af65cb by Caroline Tice · 14 years ago
  77. f147af7 by Caroline Tice · 14 years ago
  78. 388ca8f by Caroline Tice · 14 years ago
  79. 2edbaa2 Modify test_image_search_paths(self) to check for the pattern "%s-[^-]*-[^-]*" % self.getArchitecture() by Johnny Chen · 14 years ago
  80. ec80b9d Rename TestStopHook.py to the more appropriate TestStopHookMechanism.py, and update the docstrings. by Johnny Chen · 14 years ago
  81. c8ef3d9 Modified to exercise the 'target stop-hook add/disable/enable/delete/list' commands. by Johnny Chen · 14 years ago
  82. 22ae967 A more robust pexpect-based test case for testing against the firing of stop hooks. by Johnny Chen · 14 years ago
  83. dc1d43a Add a test case to exercise the 'target stop-hook add' command without relying on pexpect by Johnny Chen · 14 years ago
  84. 4495390 The 'target stop-hook add' command is missing the stop hook added message for one-liner. by Johnny Chen · 14 years ago
  85. 60fe60e Add a one-liner option, for example, "-o 'expr ptr'", to the 'target stop-hook add' command. by Johnny Chen · 14 years ago
  86. a6297a7 by Caroline Tice · 14 years ago
  87. 11513e8 Added a "--triple [<width>]" ("-t<width>" as a short option) option to the by Greg Clayton · 14 years ago
  88. 4a34808 by Caroline Tice · 14 years ago
  89. 7616cb9 Add implementation of '==' and '!=' for SBFileSpec and SBModule. Modify a test case to take advantage of 'ths_module == that_module'. by Johnny Chen · 14 years ago
  90. ef80aab Adding support for fetching the Dynamic Value for ObjC Objects. by Jim Ingham · 14 years ago
  91. 6ea16c7 Fix a typo in comment. by Johnny Chen · 14 years ago
  92. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 14 years ago
  93. 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 14 years ago
  94. 22e418a Update comments. by Johnny Chen · 14 years ago
  95. a2f86e8 Fix a bug introduced in my previous checkin, where the state was not properly by Johnny Chen · 14 years ago
  96. 3a3d659 Add the Python rich comparison methods for SBBreakpoint, where GetID() returns by Johnny Chen · 14 years ago
  97. c622005 Fix a typo. by Johnny Chen · 14 years ago
  98. a3cd947 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 14 years ago
  99. 5949d28 Modified to take advantage of the iteration protocol for our lldb container objects. by Johnny Chen · 14 years ago
  100. d643c08 Modify the test suite and lldbutil.py to utilize the Python iteration pattern now that by Johnny Chen · 14 years ago