1. 59d4cb8 Add UnwindAssembly plugins to makefile build by Peter Collingbourne · 13 years ago
  2. 564a757 #include <string.h> for memset by Peter Collingbourne · 13 years ago
  3. 484ba4d Remove some old files which should have been removed in r131193 by Peter Collingbourne · 13 years ago
  4. c573d69 Use the portable memchr function instead of the BSD-only strnstr by Peter Collingbourne · 13 years ago
  5. aa9719a Initialise the Darwin ABI plugins only on Darwin by Peter Collingbourne · 13 years ago
  6. 628cead Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 13 years ago
  7. 51ff248 Make InstructionLLVM::Dump() more robust for edis in cases when all the by Johnny Chen · 13 years ago
  8. 4e56cd9 Fixed an issue with the sign extend code so it uses the correct m_data member. by Greg Clayton · 13 years ago
  9. 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
  10. ff8fea6 Some refactorings with respect to setting of the 'printTokenized' flag. by Johnny Chen · 13 years ago
  11. 6d61ebf Remove dead code which tests for boolan flag 'raw' and restore one indentation level. by Johnny Chen · 13 years ago
  12. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  13. 289f058 One more fix to: by Greg Clayton · 13 years ago
  14. 1608c87 If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor() unconditionally. by Johnny Chen · 13 years ago
  15. 4dfffa1 Symbol may not have a demangled name, use GetName to get the best name available in this case. by Jim Ingham · 13 years ago
  16. 9935a86 FindFunctions was skipping the include_symbols section if it found a SymbolVendor. by Jim Ingham · 13 years ago
  17. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  18. b5fe80c Let's also stick the svn info for the base directory into a file under by Johnny Chen · 13 years ago
  19. 5ab7fba RunThreadPlan should set the plan to "not private" since it needs that, by Jim Ingham · 13 years ago
  20. 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 13 years ago
  21. 5a57090 Fixed an assert that could cause a crash when there was an by Greg Clayton · 13 years ago
  22. 668a3cd Fixed an issue where addresses would not get resolved for the last by Greg Clayton · 13 years ago
  23. 914553f Removed some assertions that could crash the controlling program by Greg Clayton · 13 years ago
  24. aeb922c Fixed an issue that broke expression parsing related to backing up by Greg Clayton · 13 years ago
  25. 5ae3095 Forgot to check in this patch for Marco Minutoli. by Johnny Chen · 13 years ago
  26. 3058197 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. by Greg Clayton · 13 years ago
  27. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  28. dc25905 Set the default "break list" level back to full. by Jim Ingham · 13 years ago
  29. 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
  30. 3deea8f Fix a bug in the test case file (doesn't affect the tests.) by Jim Ingham · 13 years ago
  31. 36bff9a Clang makes two breakpoints for some fairly simple lines, not sure why but no need to check for this by Jim Ingham · 13 years ago
  32. 8e62654 Fix bad test case; not all compilers are guaranteed to step into code inlined from the STL header file. by Johnny Chen · 13 years ago
  33. a79a21c Add implementation of built-in function len() for those lldb containers with by Johnny Chen · 13 years ago
  34. 845d6da by Caroline Tice · 13 years ago
  35. f8b6525 Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme. by Johnny Chen · 13 years ago
  36. efe0b80 Add support for the 'G' packet not being implemented or returning an error. by Greg Clayton · 13 years ago
  37. c8bc1c3 Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 13 years ago
  38. 9d2b321 Dump JIT memory requirements when "log enable lldb expr" logging is enabled. by Greg Clayton · 13 years ago
  39. 5b53e8e Properly handle when commands are not unsupported in the GDB remote clients. by Greg Clayton · 13 years ago
  40. d45c3d7 Added the ability to get a 32 or 64 bit simple return value from the by Greg Clayton · 13 years ago
  41. 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 13 years ago
  42. 8c2d609 Fixed the default ARM registers to have the generic argument by Greg Clayton · 13 years ago
  43. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  44. 13d4ce9 Modified the lldb.xcodeproj to not have the headers in a copy files phase by Greg Clayton · 13 years ago
  45. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  46. 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
  47. 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
  48. 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
  49. 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
  50. 30e4850 Test commit from a git-svn-cloned lldb/trunk repository. by Johnny Chen · 13 years ago
  51. 0b0e3fc This patch add a "fake" attach waiting for a real implementation and by Johnny Chen · 13 years ago
  52. a0f3469 Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 13 years ago
  53. f387823 PATH_MAX is in limits.h on Linux. by Johnny Chen · 13 years ago
  54. de9eadc This method has been removed from the API. This fix the compilation by Johnny Chen · 13 years ago
  55. aba367e For cases where a const function is inaccurately reported by Sean Callanan · 13 years ago
  56. bbc18b6 When trying to print out the function name corresponding to the frame, if the function obj by Johnny Chen · 13 years ago
  57. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  58. 80ab18e Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address by Johnny Chen · 13 years ago
  59. b656f4e Cleaned up the expected substring for output from the stop-hook mechanism. by Johnny Chen · 13 years ago
  60. c5272bf Construction of the RegisterReaderArg instance should happen after we have a valid base_addr, not before. by Johnny Chen · 13 years ago
  61. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  62. 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
  63. d980518 Remove the custom working directory form the xcscheme. by Greg Clayton · 13 years ago
  64. 53fe9cc Make sure you have an executable module before trying to print its name. by Jim Ingham · 13 years ago
  65. abb3b2d Add two utility functions: by Johnny Chen · 13 years ago
  66. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  67. 649116c by Caroline Tice · 13 years ago
  68. fd1175c Add more docstrings for get_GPRs(frame), getFPRs(frame), and get_ESRs(frame). by Johnny Chen · 13 years ago
  69. c773060 More string matching criterion. by Johnny Chen · 13 years ago
  70. 9400432 Add TestObjCTypeQueryFromOtherCompileUnit.py to test that when stopped in the 'main.c' by Johnny Chen · 13 years ago
  71. 65ec724 Fixed a bug that caused types to be incorrectly by Sean Callanan · 13 years ago
  72. 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
  73. 3d50a54 Add TestExprs2.py for recent check-ins related to the 'expression' subsystem. by Johnny Chen · 13 years ago
  74. b38df1e by Caroline Tice · 13 years ago
  75. 0ddf806 Fixed a bug in which expression-local variables were by Sean Callanan · 13 years ago
  76. 2ba5ef6 Add a test case test_process_info_with_no_arg(self) to 'class PlatformCommandTestCase' by Johnny Chen · 13 years ago
  77. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
  78. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  79. 1736fef Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command. by Johnny Chen · 13 years ago
  80. 3aeaed3 Fixed an issue with the MacOSX backchain register context where the pc was by Greg Clayton · 13 years ago
  81. 5e47385 Change an unconditional log to a conditional one. by Jim Ingham · 13 years ago
  82. b299877 Fix docstring. by Johnny Chen · 13 years ago
  83. 185e2c1 Add test scenario to verify 'eax' register is available when launching the i386 slice by Johnny Chen · 13 years ago
  84. a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 13 years ago
  85. 8197496 Added support for reading untyped symbols. Right now by Sean Callanan · 13 years ago
  86. b07c62a StepUntil should check whether the target of the step until is in the current by Jim Ingham · 13 years ago
  87. 696cf5f Made expressions that are just casts of pointer by Sean Callanan · 13 years ago
  88. c446fe9 Deleted one too many characters... by Jim Ingham · 13 years ago
  89. bba1d8a Fix an unitialized pointer in ValueObject::CreateChildAtIndex. by Jim Ingham · 13 years ago
  90. 9157f5d Modify the test case related to "target modules search-paths" as it suffers from code rotting. by Johnny Chen · 13 years ago
  91. ac91027 Add an API test script file for SBCommandInterpreter. by Johnny Chen · 13 years ago
  92. 04427e1 Fix wrong test method name due to cut-and-paste. by Johnny Chen · 13 years ago
  93. 5ddbe21 by Caroline Tice · 13 years ago
  94. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 13 years ago
  95. 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 · 13 years ago
  96. 0039e68 Added the ability to cast pointer types to another type, no matter what the by Greg Clayton · 13 years ago
  97. d4a094e Comment. by Johnny Chen · 13 years ago
  98. dedf087 Add comment for self.child_in_script_interpreter. by Johnny Chen · 13 years ago
  99. 058a24d Use standard lldb enum -- lldb.eStopReasonBreakpoint. by Johnny Chen · 13 years ago
  100. 311b1d6 Change the process iteration pattern to a more concise: by Johnny Chen · 13 years ago