1. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  2. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  3. 3019c8e Remove my print statements I was using for debugging. by Greg Clayton · 11 years ago
  4. ca97fbb <rdar://problem/13384282> by Greg Clayton · 11 years ago
  5. 62afa49 Made LLDB work with the latest Clang. Also fixed by Sean Callanan · 11 years ago
  6. b8e0055 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 11 years ago
  7. 44433eb Fix assert in RegisterValue::SetBytes if we're trying to by Jason Molenda · 11 years ago
  8. cc1d4bf Removed One Definition Rule warnings because they're by Sean Callanan · 11 years ago
  9. c2fe09b <rdar://problem/13361742> by Greg Clayton · 11 years ago
  10. 5243ff8 OptionValueFileSpec shouldn't be doing argument by Sean Callanan · 11 years ago
  11. 385a504 Dump the measurements directly instead of getting their metrics first by Enrico Granata · 11 years ago
  12. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  13. 6741173 Added very lightweight, statically-allocated by Sean Callanan · 11 years ago
  14. 9ab14e1 Update PlatformDarwin to understand how armv7m / armv7em relate by Jason Molenda · 11 years ago
  15. be38b45 <rdar://problem/13374267> by Greg Clayton · 11 years ago
  16. 9c09181 <rdar://problem/13119621> by Greg Clayton · 11 years ago
  17. 2099b6a Add recognition of two more armv7 variants, armv7m and armv7em. by Jason Molenda · 11 years ago
  18. d256f79 Add a comment to break disable's help to make clearer the relationship between the by Jim Ingham · 11 years ago
  19. e2f06c3 Typeo in warning message. by Jason Molenda · 11 years ago
  20. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  21. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  22. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  23. 2a22964 Added new properties to lldb.SBModule classes: by Greg Clayton · 11 years ago
  24. 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
  25. 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
  26. 3b75ec0 Clean up LLDB CMake build output by Daniel Malea · 11 years ago
  27. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 11 years ago
  28. d7982f8 Fix Linux i386 build by Daniel Malea · 11 years ago
  29. e3ee59b <rdar://problem/13119170> by Han Ming Ong · 11 years ago
  30. a48b8eb <rdar://problem/13362109> by Greg Clayton · 11 years ago
  31. 9badb6c Remove some tabs and extraneous space chars from ObjectFileMachO.cpp. by Jason Molenda · 11 years ago
  32. 6bcabae Retrieve the dyld shared cache mapping offset from the shared cache instead of hardcoding the value. by Jason Molenda · 11 years ago
  33. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  34. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  35. 90f5f50 Adding support for DW_OP_stack_value in DWARFExpression::Evaluate by Andrew Kaylor · 11 years ago
  36. b0162d8 Added a little bit of logging to ClangFunction to by Sean Callanan · 11 years ago
  37. 72398fd Add support for non-register scalar values in DoMaterializeOneVariable. by Andrew Kaylor · 11 years ago
  38. 247bc3a Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 11 years ago
  39. 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
  40. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  41. 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
  42. c905136 Disable JITed code in any processes that use DynamicLoaderStatic. by Greg Clayton · 11 years ago
  43. d5e48bd <rdar://problem/13341472> by Greg Clayton · 11 years ago
  44. b4b4081 <rdar://problem/13184855> by Greg Clayton · 11 years ago
  45. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 11 years ago
  46. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 11 years ago
  47. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 11 years ago
  48. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  49. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  50. 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 11 years ago
  51. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  52. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  53. 464a506 <rdar://problem/13338643> by Greg Clayton · 11 years ago
  54. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  55. 72374e3 <rdar://problem/12897838> by Enrico Granata · 11 years ago
  56. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 11 years ago
  57. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  58. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 11 years ago
  59. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  60. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 11 years ago
  61. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  62. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 11 years ago
  63. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  64. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 11 years ago
  65. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  66. 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 11 years ago
  67. 97b18f8 breakpoint command add currently doesn't support adding commands to more than one breakpoint by Jim Ingham · 11 years ago
  68. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  69. 5e4adbf Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version". by Greg Clayton · 11 years ago
  70. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  71. 54ad8cf Made lldb.cpp build with clang 5.0. by Greg Clayton · 11 years ago
  72. 7b98e13 Update CMakeLists.txt as per removed file by Daniel Malea · 11 years ago
  73. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  74. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 11 years ago
  75. 3732a02 Fixed some problems with type deportation: by Sean Callanan · 11 years ago
  76. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 11 years ago
  77. cc28859 the log entry for SBThread::GetProcess() would not include the pointer to the process because we were using the value of the (otherwise unused) process_sp - instead of fetching the SP from sb_process by Enrico Granata · 11 years ago
  78. 6f0165b Fixed a case where the result of std::string's c_str() method was being called on a local variable and returned as a const char * incorrectly. We used to cache the thread names for threads in the current host process, but we shoudn't be caching that as the names can change over time, so now a std::string is returned from Host::GetThreadName(). by Greg Clayton · 11 years ago
  79. 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 11 years ago
  80. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  81. 6e46a3e Call Process::Finalize directly in Debugger::Destroy, rather than having it done by Jim Ingham · 11 years ago
  82. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  83. 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 11 years ago
  84. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  85. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 11 years ago
  86. 17a0b56 <rdar://problem/13287629> by Greg Clayton · 11 years ago
  87. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  88. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 11 years ago
  89. 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 11 years ago
  90. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 11 years ago
  91. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 11 years ago
  92. 363141f Removing leftover printf() statement by Enrico Granata · 11 years ago
  93. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 11 years ago
  94. 436ca2c <rdar://problem/13289157> by Greg Clayton · 11 years ago
  95. 560829d <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  96. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  97. 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 11 years ago
  98. 06925c9 <rdar://problem/13281528> by Greg Clayton · 11 years ago
  99. d6445b0 Added missing lldb module namespace. by Greg Clayton · 11 years ago
  100. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago