1. a8a6871 If somebody has deleted the breakpoint while we are testing the condition, then just continue. by Jim Ingham · 13 years ago
  2. 05750a6 The 'thread backtrace all' logical branch had the if (thread->GetStatus()) condition inverted. by Johnny Chen · 13 years ago
  3. 5420ec8 Fix remaining Python issues leftover from my previous patch. by Charles Davis · 13 years ago
  4. c0df828 Fix dynamic value objects to do the right thing when the by Greg Clayton · 13 years ago
  5. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  6. 577fbc3 Disable dynamic types being on by default until kinks get worked out when by Greg Clayton · 13 years ago
  7. 860f746 Protect the input reader stack with a recursive mutex. by Greg Clayton · 13 years ago
  8. af3f1fb Make sure if an enumeration "settings" value has a valid default setting in by Greg Clayton · 13 years ago
  9. 421ca50 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 13 years ago
  10. d976b0e Fixed an issue that could cause LLDB to spin indefinitely. by Greg Clayton · 13 years ago
  11. 7224aab regexp-break -> _regexp-break in command string. by Jim Ingham · 13 years ago
  12. 19552cb Added some comments. by Greg Clayton · 13 years ago
  13. 54b3841 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 13 years ago
  14. 3930cbe Add comment. by Johnny Chen · 13 years ago
  15. 1c3b9f8 Fix a thinko in converting to ReadCStringFromMemory. by Jim Ingham · 13 years ago
  16. d254eb9 Refactor InstructionLLVM::Dump() a little bit to reduce the entropy by introducing by Johnny Chen · 13 years ago
  17. ca8ad2d Don't resolve the path when we extract the path from the dyld info or we by Greg Clayton · 13 years ago
  18. c049274 This commit integrates support for the LLVM MCJIT by Sean Callanan · 13 years ago
  19. 6e3dc10 Calculate the dyld slide from all in memory info without having to use the by Greg Clayton · 13 years ago
  20. c298a98 Add more workarounds for "bl #..." and "blx #..." where the ARMAsmParser fails to parse/recognize by Johnny Chen · 13 years ago
  21. 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 13 years ago
  22. d17f801 Fix the Align() utility which tries to align the raw disassembly with the edis'ed disassembly by Johnny Chen · 13 years ago
  23. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  24. 6cf4d2b Change the m_update_state to an int, and only trigger the "on removal" by Jim Ingham · 13 years ago
  25. b220388 by Caroline Tice · 13 years ago
  26. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  27. 84d42e8 A little refactoring. by Johnny Chen · 13 years ago
  28. 08251ef When in non-raw mode and edis fails to parse the tokens of the instruction, output by Johnny Chen · 13 years ago
  29. fab305b Lock the target API mutex correctly in all cases and make sure m_opaque_sp by Greg Clayton · 13 years ago
  30. 4a60f9e Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 13 years ago
  31. d77c039 Fix build error - strstr returns a const char * by Peter Collingbourne · 13 years ago
  32. 905acaf Now that we have dynamic values, we need to protect the GetChildAtIndex() by Greg Clayton · 13 years ago
  33. 1889f1a Better way to build the CFCPP sources as part of liblldbHostMacOSX. by Charles Davis · 13 years ago
  34. a4bacd4 When installing the binary part of the LLDB Python modules, symlink to the by Charles Davis · 13 years ago
  35. de5cc8c Workaround the issue of llvm:tB (A8.6.16 B Encoding T2) not being processed as by Johnny Chen · 13 years ago
  36. 9f5082f Do not parse DIE's outside a compilation units range. by Stephen Wilson · 13 years ago
  37. f6f0e33 Fix typo. Stupid 'n' key... by Charles Davis · 13 years ago
  38. d4c21f0 Some makefile fixes for the Interpreter: by Charles Davis · 13 years ago
  39. 1f75545 Fix the Host library build on Mac OS X with makefiles. by Charles Davis · 13 years ago
  40. 139da72 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 13 years ago
  41. a985eec Add the LanguageRuntime plugins to the makefile build, and remove the by Charles Davis · 13 years ago
  42. a71464f Use a SmallVector here instead of a VLA. by Charles Davis · 13 years ago
  43. 8b32be7 A bit of clean up. by Johnny Chen · 13 years ago
  44. 527b2b9 API fix and missing headers. by Johnny Chen · 13 years ago
  45. 9f2d8aa Fix trailing commas at the end of enumerator lists. by Charles Davis · 13 years ago
  46. b7f5945 Build and initialise the Darwin ABI plugins on all platforms by Peter Collingbourne · 13 years ago
  47. 265ab33 Moved a lot of simple functions from StoppointLocation.cpp to be inlined in by Greg Clayton · 13 years ago
  48. 59d4cb8 Add UnwindAssembly plugins to makefile build by Peter Collingbourne · 13 years ago
  49. 564a757 #include <string.h> for memset by Peter Collingbourne · 13 years ago
  50. 484ba4d Remove some old files which should have been removed in r131193 by Peter Collingbourne · 13 years ago
  51. c573d69 Use the portable memchr function instead of the BSD-only strnstr by Peter Collingbourne · 13 years ago
  52. aa9719a Initialise the Darwin ABI plugins only on Darwin by Peter Collingbourne · 13 years ago
  53. 628cead Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 13 years ago
  54. 51ff248 Make InstructionLLVM::Dump() more robust for edis in cases when all the by Johnny Chen · 13 years ago
  55. 4e56cd9 Fixed an issue with the sign extend code so it uses the correct m_data member. by Greg Clayton · 13 years ago
  56. 5fba9ee Added the ability to sign extend a Scalar at any bit position for integer types. by Greg Clayton · 13 years ago
  57. ff8fea6 Some refactorings with respect to setting of the 'printTokenized' flag. by Johnny Chen · 13 years ago
  58. 6d61ebf Remove dead code which tests for boolan flag 'raw' and restore one indentation level. by Johnny Chen · 13 years ago
  59. da7af84 Added a function to lldb_private::Address: by Greg Clayton · 13 years ago
  60. 289f058 One more fix to: by Greg Clayton · 13 years ago
  61. 1608c87 If the use_thumb is set, pass llvm::Triple::thumb to the InstructionLLVM.ctor() unconditionally. by Johnny Chen · 13 years ago
  62. 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
  63. 9935a86 FindFunctions was skipping the include_symbols section if it found a SymbolVendor. by Jim Ingham · 13 years ago
  64. b9e8f6e Added a way to resolve an load address from a target: by Greg Clayton · 13 years ago
  65. 5ab7fba RunThreadPlan should set the plan to "not private" since it needs that, by Jim Ingham · 13 years ago
  66. 5a57090 Fixed an assert that could cause a crash when there was an by Greg Clayton · 13 years ago
  67. 668a3cd Fixed an issue where addresses would not get resolved for the last by Greg Clayton · 13 years ago
  68. 914553f Removed some assertions that could crash the controlling program by Greg Clayton · 13 years ago
  69. aeb922c Fixed an issue that broke expression parsing related to backing up by Greg Clayton · 13 years ago
  70. 3058197 Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts. by Greg Clayton · 13 years ago
  71. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  72. dc25905 Set the default "break list" level back to full. by Jim Ingham · 13 years ago
  73. 2370a97 Fix the error message when an expression evaluation is interrupted by a crash/breakpoint hit to by Jim Ingham · 13 years ago
  74. 845d6da by Caroline Tice · 13 years ago
  75. efe0b80 Add support for the 'G' packet not being implemented or returning an error. by Greg Clayton · 13 years ago
  76. c8bc1c3 Fixed an issue where large memory writes might not get chunked up into smaller by Greg Clayton · 13 years ago
  77. 9d2b321 Dump JIT memory requirements when "log enable lldb expr" logging is enabled. by Greg Clayton · 13 years ago
  78. 5b53e8e Properly handle when commands are not unsupported in the GDB remote clients. by Greg Clayton · 13 years ago
  79. d45c3d7 Added the ability to get a 32 or 64 bit simple return value from the by Greg Clayton · 13 years ago
  80. 0de254a Updated to use the latest LLVM/Clang, to pick up JIT changes. by Sean Callanan · 13 years ago
  81. 8c2d609 Fixed the default ARM registers to have the generic argument by Greg Clayton · 13 years ago
  82. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  83. 2f085c6 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 13 years ago
  84. 989816b Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 13 years ago
  85. 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
  86. 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
  87. 0b0e3fc This patch add a "fake" attach waiting for a real implementation and by Johnny Chen · 13 years ago
  88. a0f3469 Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 13 years ago
  89. f387823 PATH_MAX is in limits.h on Linux. by Johnny Chen · 13 years ago
  90. de9eadc This method has been removed from the API. This fix the compilation by Johnny Chen · 13 years ago
  91. aba367e For cases where a const function is inaccurately reported by Sean Callanan · 13 years ago
  92. fb3058e Introduced support for UnknownAnyTy, the Clang type by Sean Callanan · 13 years ago
  93. 80ab18e Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address by Johnny Chen · 13 years ago
  94. c5272bf Construction of the RegisterReaderArg instance should happen after we have a valid base_addr, not before. by Johnny Chen · 13 years ago
  95. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  96. 3613ae1 Target::EvaluateExpression should suppress stop hooks. by Jim Ingham · 13 years ago
  97. 53fe9cc Make sure you have an executable module before trying to print its name. by Jim Ingham · 13 years ago
  98. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  99. 649116c by Caroline Tice · 13 years ago
  100. 65ec724 Fixed a bug that caused types to be incorrectly by Sean Callanan · 13 years ago