1. 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 11 years ago
  2. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  3. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  4. ae31fae Fixed a problem where we didn't return TypedefNameDecls by Sean Callanan · 11 years ago
  5. dddb1dd <rdar://problem/13413693> by Greg Clayton · 11 years ago
  6. 38cf9f7 Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert. by Matt Kopec · 11 years ago
  7. a53a769 <rdar://problem/13415471> by Han Ming Ong · 11 years ago
  8. f1c01a8 Add braces to crashed test summary (needed for buildbots to detect crashes) by Daniel Malea · 11 years ago
  9. e27cafb Remove extra whitespace by Daniel Malea · 11 years ago
  10. d76b889 Prepend "FAIL:" string to tests that crash so that buildbots pick them up. by Daniel Malea · 11 years ago
  11. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  12. b1f44b3 <rdar://problem/13404189> by Greg Clayton · 11 years ago
  13. 7ddd062 <rdar://problem/13396207> by Greg Clayton · 11 years ago
  14. 5e0e372 Add a target setting (target.use-fast-stepping) to control using the "run to next branch" stepping algorithm. by Jim Ingham · 11 years ago
  15. 3aaa2c2 The step by running from branch to branch pretty much works with this checkin (at least for x86_64) but is still by Jim Ingham · 11 years ago
  16. 8741df3 DoesBranch needs to compute the instruction if it isn't already done. by Jim Ingham · 11 years ago
  17. d5dc67a More cleanup, remove an untrue comment. by Jim Ingham · 11 years ago
  18. 7314746 Remove an unused #include. by Jim Ingham · 11 years ago
  19. 66e0e58 Don't use the fact that we stopped with a "Breakpoint" stop reason to decide to step over the breakpoint. It's by Jim Ingham · 11 years ago
  20. d93d69d Add a missing check for getting a NULL oso module back from GetModuleByCompUnitInfo. by Jim Ingham · 11 years ago
  21. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  22. d7d583f Add a missing call to GetFileRangeMap. It's absence was causing debug info from .o files to sometimes by Jim Ingham · 11 years ago
  23. d9c7d40 Switch from CreateTypeSourceInfo, which allocates by Sean Callanan · 11 years ago
  24. e5bc8c1 Misc. clang build warning fixes. by Matt Kopec · 11 years ago
  25. fd24bb5 For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the by Jim Ingham · 11 years ago
  26. eb9e262 The default configuration should be Debug, not DebugClang. by Jim Ingham · 11 years ago
  27. cc464d3 Updated the register numbering base documentation for the "gcc", "dwarf", "container-regs" and "invalidate-regs" key/value responses to the "qRegisterInfo" packet. by Greg Clayton · 11 years ago
  28. f39af4c Created a sample "jump" command that handles by Sean Callanan · 11 years ago
  29. e838134 Change Linux/POSIX to output inferior output in realtime. by Matt Kopec · 11 years ago
  30. 19784bd Buildbot was failing to build. I guess classes declared in implementation files are treated differently on various compilers causing a "friend class Foo;" to fail for forward declared classes in global namespace. by Greg Clayton · 11 years ago
  31. d96df0a <rdar://problem/13372857> by Greg Clayton · 11 years ago
  32. 4b8a5d3 Xcode seems to want these lines added to the project file. by Jason Molenda · 11 years ago
  33. 38de544 Match the new declaration of clang::ASTContext::getFunctionType introduced in clang r176726. Fix the build of lldb by Sylvestre Ledru · 11 years ago
  34. aed5961 Remove use of the ARMDisassembler framework from by Jason Molenda · 11 years ago
  35. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  36. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  37. 3019c8e Remove my print statements I was using for debugging. by Greg Clayton · 11 years ago
  38. ca97fbb <rdar://problem/13384282> by Greg Clayton · 11 years ago
  39. 62afa49 Made LLDB work with the latest Clang. Also fixed by Sean Callanan · 11 years ago
  40. b8e0055 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 11 years ago
  41. 44433eb Fix assert in RegisterValue::SetBytes if we're trying to by Jason Molenda · 11 years ago
  42. cc1d4bf Removed One Definition Rule warnings because they're by Sean Callanan · 11 years ago
  43. c2fe09b <rdar://problem/13361742> by Greg Clayton · 11 years ago
  44. 5243ff8 OptionValueFileSpec shouldn't be doing argument by Sean Callanan · 11 years ago
  45. 385a504 Dump the measurements directly instead of getting their metrics first by Enrico Granata · 11 years ago
  46. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  47. 6741173 Added very lightweight, statically-allocated by Sean Callanan · 11 years ago
  48. 9ab14e1 Update PlatformDarwin to understand how armv7m / armv7em relate by Jason Molenda · 11 years ago
  49. be38b45 <rdar://problem/13374267> by Greg Clayton · 11 years ago
  50. 9c09181 <rdar://problem/13119621> by Greg Clayton · 11 years ago
  51. 2099b6a Add recognition of two more armv7 variants, armv7m and armv7em. by Jason Molenda · 11 years ago
  52. d256f79 Add a comment to break disable's help to make clearer the relationship between the by Jim Ingham · 11 years ago
  53. e2f06c3 Typeo in warning message. by Jason Molenda · 11 years ago
  54. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  55. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  56. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  57. 2a22964 Added new properties to lldb.SBModule classes: by Greg Clayton · 11 years ago
  58. 5978746 Stop the "module" property from throwing an exception when the module name was not found in the target module list. by Greg Clayton · 11 years ago
  59. c9c53bc Added a new module that can dump all line tables for all compile units in any modules that are specified as arguments to the "dump_module_line_tables" command. by Greg Clayton · 11 years ago
  60. 3b75ec0 Clean up LLDB CMake build output by Daniel Malea · 11 years ago
  61. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 11 years ago
  62. d7982f8 Fix Linux i386 build by Daniel Malea · 11 years ago
  63. e3ee59b <rdar://problem/13119170> by Han Ming Ong · 11 years ago
  64. a48b8eb <rdar://problem/13362109> by Greg Clayton · 11 years ago
  65. 9badb6c Remove some tabs and extraneous space chars from ObjectFileMachO.cpp. by Jason Molenda · 11 years ago
  66. 6bcabae Retrieve the dyld shared cache mapping offset from the shared cache instead of hardcoding the value. by Jason Molenda · 11 years ago
  67. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  68. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  69. 90f5f50 Adding support for DW_OP_stack_value in DWARFExpression::Evaluate by Andrew Kaylor · 11 years ago
  70. b0162d8 Added a little bit of logging to ClangFunction to by Sean Callanan · 11 years ago
  71. 72398fd Add support for non-register scalar values in DoMaterializeOneVariable. by Andrew Kaylor · 11 years ago
  72. 247bc3a Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 11 years ago
  73. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 11 years ago
  74. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  75. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 11 years ago
  76. c905136 Disable JITed code in any processes that use DynamicLoaderStatic. by Greg Clayton · 11 years ago
  77. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  78. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  79. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 11 years ago
  80. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 11 years ago
  81. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 11 years ago
  82. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  83. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  84. 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 11 years ago
  85. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  86. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  87. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  88. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  89. 72374e3 <rdar://problem/12897838> by Enrico Granata · 11 years ago
  90. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 11 years ago
  91. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  92. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  93. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  94. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 11 years ago
  95. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  96. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 11 years ago
  97. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  98. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 11 years ago
  99. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  100. 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 11 years ago