1. cf88b95 Use flag instead of rwlock state to track process running state by Ed Maste · 11 years ago
  2. 6855784 Add an SBFrame::FindRegister() method to make it a little by Jason Molenda · 11 years ago
  3. 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
  4. f476592 Set thread names on FreeBSD by Ed Maste · 11 years ago
  5. fd024c0 Remove unused code by Ed Maste · 11 years ago
  6. 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
  7. 0bf2d69 elf-core: Parse vendor-specific notes by Ed Maste · 11 years ago
  8. 008f3dc This commit does two things. One, it converts the return value of the QueueThreadPlanXXX by Jim Ingham · 11 years ago
  9. 801c11e Remove unused RunLocker and related code by Ed Maste · 11 years ago
  10. 97abb6d <rdar://problem/13793059> by Greg Clayton · 11 years ago
  11. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  12. 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
  13. 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
  14. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  15. 0c4c43c Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 11 years ago
  16. 7940069 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 11 years ago
  17. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  18. 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
  19. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  20. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  21. a807cee Split symbol support for ELF and Linux. by Michael Sartain · 11 years ago
  22. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  23. 4a20587 Hitherto the IRForTarget infrastructure has mainly by Sean Callanan · 11 years ago
  24. bb14d13 FileSpec destructor doesn't need to be virtual. by Greg Clayton · 11 years ago
  25. 47e3ed8 ArchSpec doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  26. 87f0261 PathMappingList doesn't need a virtual destructor. by Greg Clayton · 11 years ago
  27. 5f365bc Cleanup of IRForTarget. Removed some relics of by Sean Callanan · 11 years ago
  28. e46dd5b Remove the process's reservation cache and don't by Sean Callanan · 11 years ago
  29. 50be3f7 Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter by Jason Molenda · 11 years ago
  30. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  31. a1f156a <rdar://problem/14182286> by Han Ming Ong · 11 years ago
  32. 0bb91ef Remove comment that is no longer applicable by Ed Maste · 11 years ago
  33. 9e0d89e <rdar://problem/14004410> by Han Ming Ong · 11 years ago
  34. 73cfdbc Adding two new markers to the ${var..} specifier by Enrico Granata · 11 years ago
  35. 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
  36. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  37. 77e67a5 Implemented a types.py module that allows types to be inspected for padding. by Greg Clayton · 11 years ago
  38. 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
  39. 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
  40. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  41. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  42. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  43. c358068 <rdar://problem/13270271> by Enrico Granata · 11 years ago
  44. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  45. 3626760 Remove unused Host macro. by Matt Kopec · 11 years ago
  46. ba3ebe1 Added a SBSection::GetParent() to the API. by Greg Clayton · 11 years ago
  47. 035ef3d <rdar://problem/11914077> by Enrico Granata · 11 years ago
  48. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  49. 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
  50. 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
  51. 6fefc3a <rdar://problem/12876503> by Enrico Granata · 11 years ago
  52. 01c3be1 <rdar://problem/12783351> by Enrico Granata · 11 years ago
  53. 13bf1b0 Don't retry the Connect when starting up debugserver if the reason for the previous failure was by Jim Ingham · 11 years ago
  54. d93d913 Fixed a problem where evaluating a breakpoint by Sean Callanan · 11 years ago
  55. 28ad12b <rdar://problem/13239809> by Enrico Granata · 11 years ago
  56. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  57. 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
  58. 884288b Fix various build warnings. by Matt Kopec · 11 years ago
  59. c350e13 Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 11 years ago
  60. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  61. f0e769c Small code cleanups by Enrico Granata · 11 years ago
  62. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  63. d1ddde0 <rdar://problem/13643315> by Greg Clayton · 11 years ago
  64. 0be9b3b ObjectFileELF::GetModuleSpecifications on Linux should work now. by Michael Sartain · 11 years ago
  65. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  66. 4b1b8d9 GCC gets confused by enums in bitfields, so I by Sean Callanan · 11 years ago
  67. 1c52f53 Cleaned up the File API a bit. by Greg Clayton · 11 years ago
  68. e15e58f Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 11 years ago
  69. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  70. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  71. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  72. 02af494 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 11 years ago
  73. 2e7f2db <rdar://problem/13878726> by Enrico Granata · 11 years ago
  74. 83d90c5 <rdar://problem/11398407> by Greg Clayton · 11 years ago
  75. b31044e Fixed the build to reflect the API name change in r182085. by Ashok Thirumurthi · 11 years ago
  76. 92025da Fix a typo (ouput => output) by Sylvestre Ledru · 11 years ago
  77. 589d361 Apropos should search user commands as well as built-in commands. by Jim Ingham · 11 years ago
  78. 23a5162 <rdar://problem/13217784> by Greg Clayton · 11 years ago
  79. 5acdec7 Added a per-process cache for reserved memory by Sean Callanan · 11 years ago
  80. bef2dde Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the by Jim Ingham · 11 years ago
  81. 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
  82. 375ba88 Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. by Daniel Malea · 11 years ago
  83. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  84. 0244977 Add setting of lldb thread names on Linux. by Matt Kopec · 11 years ago
  85. 1d3db0a <rdar://problem/13183720> by Enrico Granata · 11 years ago
  86. ba065ca A couple of small fixes to make core file debugging less noisy. by Jason Molenda · 11 years ago
  87. addad59 <rdar://problem/13700260> by Greg Clayton · 11 years ago
  88. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  89. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  90. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  91. 863aa28 Changed the formerly pure virtual function: by Greg Clayton · 11 years ago
  92. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  93. b335e70 Quiet g++-4.7 warnings about const issues and fix the scope of the "if (IsValid())". by Greg Clayton · 11 years ago
  94. 994b86b <rdar://problem/13621080> by Enrico Granata · 11 years ago
  95. c5bcb90 Remove distinction between Apple/Linux for Process run locks: by Daniel Malea · 11 years ago
  96. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  97. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  98. 4e75e35 Reinstating r181091 and r181106 with fix for Linux regressions. by Andrew Kaylor · 11 years ago
  99. 95bea1d Temporarily reverting r181091 and r181106 due to the vast test breakage on the Linux buildbots by Ashok Thirumurthi · 11 years ago
  100. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago