1. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  2. 577fbc3 Disable dynamic types being on by default until kinks get worked out when by Greg Clayton · 13 years ago
  3. 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 13 years ago
  4. af3f1fb Make sure if an enumeration "settings" value has a valid default setting in by Greg Clayton · 13 years ago
  5. 8fd872c lldb-58 by Greg Clayton · 13 years ago
  6. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  7. 80493d6 lldb-57 by Greg Clayton · 13 years ago
  8. d976b0e Fixed an issue that could cause LLDB to spin indefinitely. by Greg Clayton · 13 years ago
  9. 7c8d0d4 Fix some comments. by Johnny Chen · 13 years ago
  10. b877031 Add comment headers describing some method groups of our TestBase class. by Johnny Chen · 13 years ago
  11. 8c2e28d Use the with statement to simplify the build script. by Johnny Chen · 13 years ago
  12. b94250f Remove extra '.' in the comment. by Johnny Chen · 13 years ago
  13. 5aba3f5 Add comment. by Johnny Chen · 13 years ago
  14. 7cd134a Comment change. by Johnny Chen · 13 years ago
  15. 4c0c75b Simplify test setup; there's no need to pass a customized dictionary here. by Johnny Chen · 13 years ago
  16. 7224aab regexp-break -> _regexp-break in command string. by Jim Ingham · 13 years ago
  17. 7d20d2b lldb-56 with codesign settings fixed in the Xcode projects. by Greg Clayton · 13 years ago
  18. a7ab590 Add a little spice to the script to allow us to specify a function name to break at and to disassemble. by Johnny Chen · 13 years ago
  19. d807c51 Add a little twist to the disasm.py script so that it is possible to terminate the inferior process by Johnny Chen · 13 years ago
  20. a6cec39 Modified to use SBTarget.LaunchSimple() API. by Johnny Chen · 13 years ago
  21. 528a916 Use built-in truth value testing. by Johnny Chen · 13 years ago
  22. 234ebab Use built-in truth value testing. by Johnny Chen · 13 years ago
  23. 960ce12 Convert these two modules to use the compact truth value testing as well. by Johnny Chen · 13 years ago
  24. 225b8e7 Bumping Xcode project versions for lldb-55 and debugserver-139. by Greg Clayton · 13 years ago
  25. 19552cb Added some comments. by Greg Clayton · 13 years ago
  26. 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
  27. 08477f5 Added comment. by Johnny Chen · 13 years ago
  28. a6303ef Comment change. by Johnny Chen · 13 years ago
  29. b72d177 Fix a potential bug resulting from the wrong assumption that SWIG puts out the __init__ by Johnny Chen · 13 years ago
  30. e5637d2 Update comment. by Johnny Chen · 13 years ago
  31. 3930cbe Add comment. by Johnny Chen · 13 years ago
  32. 1c3b9f8 Fix a thinko in converting to ReadCStringFromMemory. by Jim Ingham · 13 years ago
  33. 805fec7 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 13 years ago
  34. a0b5fcc Link in the MCJIT. Fixes makefile build. by Charles Davis · 13 years ago
  35. d254eb9 Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introducing by Johnny Chen · 13 years ago
  36. ca8ad2d Don't resolve the path when we extract the path from the dyld info or we by Greg Clayton · 13 years ago
  37. 79a3ed3 Fix usage comment. by Johnny Chen · 13 years ago
  38. 1a0062a Add a Python utility to help convert the Mail.app saved 'Raw Message Source' .eml file to a git-am friendly file. by Johnny Chen · 13 years ago
  39. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  40. 6e3dc10 Calculate the dyld slide from all in memory info without having to use the by Greg Clayton · 13 years ago
  41. c298a98 Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fails to parse/recognize by Johnny Chen · 13 years ago
  42. 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 13 years ago
  43. d17f801 Fix the Align() utility which tries to align the raw disassembly with the edis'ed disassembly by Johnny Chen · 13 years ago
  44. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  45. 6cf4d2b Change the m_update_state to an int, and only trigger the "on removal" by Jim Ingham · 13 years ago
  46. b220388 by Caroline Tice · 13 years ago
  47. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  48. 84d42e8 A little refactoring. by Johnny Chen · 13 years ago
  49. 08251ef When in non-raw mode and edis fails to parse the tokens of the instruction, output by Johnny Chen · 13 years ago
  50. fab305b Lock the target API mutex correctly in all cases and make sure m_opaque_sp by Greg Clayton · 13 years ago
  51. 4a60f9e Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 13 years ago
  52. d77c039 Fix build error - strstr returns a const char * by Peter Collingbourne · 13 years ago
  53. 905acaf Now that we have dynamic values, we need to protect the GetChildAtIndex() by Greg Clayton · 13 years ago
  54. 1889f1a Better way to build the CFCPP sources as part of liblldbHostMacOSX. by Charles Davis · 13 years ago
  55. a4bacd4 When installing the binary part of the LLDB Python modules, symlink to the by Charles Davis · 13 years ago
  56. de5cc8c Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed as by Johnny Chen · 13 years ago
  57. 9f5082f Do not parse DIE's outside a compilation units range. by Stephen Wilson · 13 years ago
  58. f6f0e33 Fix typo. Stupid 'n' key... by Charles Davis · 13 years ago
  59. d4c21f0 Some makefile fixes for the Interpreter: by Charles Davis · 13 years ago
  60. 1f75545 Fix the Host library build on Mac OS X with makefiles. by Charles Davis · 13 years ago
  61. 139da72 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 13 years ago
  62. eae5e26 Added a perl script to disassemble, into human readable form, the GDB remote by Greg Clayton · 13 years ago
  63. 1e58a39 Add the LanguageRuntime plugins to liblldb. Fixes link errors for me; if this by Charles Davis · 13 years ago
  64. a985eec Add the LanguageRuntime plugins to the makefile build, and remove the by Charles Davis · 13 years ago
  65. a29381f Fix a tag type mismatch (i.e. class vs. struct) warning. by Charles Davis · 13 years ago
  66. a71464f Use a SmallVector here instead of a VLA. by Charles Davis · 13 years ago
  67. 0087612 python-config in Makefiles by Johnny Chen · 13 years ago
  68. 8b32be7 A bit of clean up. by Johnny Chen · 13 years ago
  69. 527b2b9 API fix and missing headers. by Johnny Chen · 13 years ago
  70. 9f2d8aa Fix trailing commas at the end of enumerator lists. by Charles Davis · 13 years ago
  71. b48239f Add radar info. by Johnny Chen · 13 years ago
  72. 106f9bd Add TestCallStdStringFunction.py which calls std::string member functions while stopped on a breakpoint. by Johnny Chen · 13 years ago
  73. b7f5945 Build and initialise the Darwin ABI plugins on all platforms by Peter Collingbourne · 13 years ago
  74. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  75. f07f02b Link to LLVM instrumentation lib by Peter Collingbourne · 13 years ago
  76. 59d4cb8 Add UnwindAssembly plugins to makefile build by Peter Collingbourne · 13 years ago
  77. 564a757 #include <string.h> for memset by Peter Collingbourne · 13 years ago
  78. 484ba4d Remove some old files which should have been removed in r131193 by Peter Collingbourne · 13 years ago
  79. c573d69 Use the portable memchr function instead of the BSD-only strnstr by Peter Collingbourne · 13 years ago
  80. aa9719a Initialise the Darwin ABI plugins only on Darwin by Peter Collingbourne · 13 years ago
  81. 628cead Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 13 years ago
  82. 51ff248 Make InstructionLLVM::Dump() more robust for edis in cases when all the by Johnny Chen · 13 years ago
  83. 4e56cd9 Fixed an issue with the sign extend code so it uses the correct m_data member. by Greg Clayton · 13 years ago
  84. 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
  85. ff8fea6 Some refactorings with respect to setting of the 'printTokenized' flag. by Johnny Chen · 13 years ago
  86. 6d61ebf Remove dead code which tests for boolan flag 'raw' and restore one indentation level. by Johnny Chen · 13 years ago
  87. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  88. 289f058 One more fix to: by Greg Clayton · 13 years ago
  89. 1608c87 If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor() unconditionally. by Johnny Chen · 13 years ago
  90. 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
  91. 9935a86 FindFunctions was skipping the include_symbols section if it found a SymbolVendor. by Jim Ingham · 13 years ago
  92. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  93. b5fe80c Let's also stick the svn info for the base directory into a file under by Johnny Chen · 13 years ago
  94. 5ab7fba RunThreadPlan should set the plan to "not private" since it needs that, by Jim Ingham · 13 years ago
  95. 2077f0d Add truth value testing to those lldb Python objects with the IsValid() method definitions. by Johnny Chen · 13 years ago
  96. 5a57090 Fixed an assert that could cause a crash when there was an by Greg Clayton · 13 years ago
  97. 668a3cd Fixed an issue where addresses would not get resolved for the last by Greg Clayton · 13 years ago
  98. 914553f Removed some assertions that could crash the controlling program by Greg Clayton · 13 years ago
  99. aeb922c Fixed an issue that broke expression parsing related to backing up by Greg Clayton · 13 years ago
  100. 5ae3095 Forgot to check in this patch for Marco Minutoli. by Johnny Chen · 13 years ago