1. 8aaa523 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 10 years ago
  2. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  3. e4923dd <rdar://problem/14526890> by Greg Clayton · 11 years ago
  4. cf88b95 Use flag instead of rwlock state to track process running state by Ed Maste · 11 years ago
  5. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  6. 6bea559 Refine the fix in r187094 to only distrust the StackID comparision when we are starting from an address with no symbols. by Jim Ingham · 11 years ago
  7. f476592 Set thread names on FreeBSD by Ed Maste · 11 years ago
  8. fd024c0 Remove unused code by Ed Maste · 11 years ago
  9. 454916c Handle the case where we are stepping through code with no symbols, so we can't really find the function start PC by Jim Ingham · 11 years ago
  10. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  11. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  12. 801c11e Remove unused RunLocker and related code by Ed Maste · 11 years ago
  13. 97abb6d <rdar://problem/13793059> by Greg Clayton · 11 years ago
  14. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  15. 95eeb63 Added Repr() and Str() member functions to our PythonObject class to allow easy conversion to-string of every PythonObject by Enrico Granata · 11 years ago
  16. bcbf2b5 The correct max value for size_t variables is SIZE_MAX not UINT64_MAX. Removes lots of warnings when building on 32 bit hosts. by Jim Ingham · 11 years ago
  17. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  18. 0c4c43c Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 11 years ago
  19. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  20. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  21. f9215ba Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 11 years ago
  22. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  23. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  24. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  25. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  26. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  27. bb14d13 FileSpec destructor doesn't need to be virtual. by Greg Clayton · 11 years ago
  28. 47e3ed8 ArchSpec doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  29. 87f0261 PathMappingList doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  30. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  31. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  32. 50be3f7 Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter by Jason Molenda · 11 years ago
  33. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  34. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  35. 0bb91ef Remove comment that is no longer applicable by Ed Maste · 11 years ago
  36. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  37. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  38. 001cd53 In thread and frame format strings, it is now allowed to use Python functions to generate part or all of the output text by Enrico Granata · 11 years ago
  39. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  40. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  41. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  42. a8b5623 Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are: by Greg Clayton · 11 years ago
  43. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  44. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  45. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  46. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  47. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  48. 3626760 Remove unused Host macro. by Matt Kopec · 11 years ago
  49. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  50. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  51. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  52. a9dc882 Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code. by Greg Clayton · 11 years ago
  53. 6fb3f2c Remove eFormatHalfFloat as it isn't needed. eFormatFloat should be used and the byte size will tell us how to display it. by Greg Clayton · 11 years ago
  54. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  55. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  56. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  57. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  58. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  59. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  60. 04cc48e If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 11 years ago
  61. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  62. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  63. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  64. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  65. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  66. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  67. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  68. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  69. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  70. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  71. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  72. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  73. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  74. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  75. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  76. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  77. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  78. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  79. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  80. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  81. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  82. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  83. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  84. 946618a A first pass at auto completion for variables and their children. This is currently hooked up for "frame variable" only. With a little work we can also enable it for the "expression" command and also for other things. by Greg Clayton · 11 years ago
  85. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  86. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  87. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  88. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  89. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  90. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  91. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  92. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  93. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  94. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  95. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  96. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  97. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  98. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  99. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  100. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago