1. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 12 years ago
  2. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 12 years ago
  3. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 12 years ago
  4. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 12 years ago
  5. 1d9c802 Fix ivar ordering for Process ctor to match the order they're by Jason Molenda · 12 years ago
  6. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 12 years ago
  7. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 12 years ago
  8. 464a506 <rdar://problem/13338643> by Greg Clayton · 12 years ago
  9. cec43ab <rdar://problem/13338758> by Han Ming Ong · 12 years ago
  10. 72374e3 <rdar://problem/12897838> by Enrico Granata · 12 years ago
  11. cd0dd8f ProcessMachCore had (until 2013-01-29) some simple checks to find a kernel by Jason Molenda · 12 years ago
  12. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 12 years ago
  13. eb17530 Move m_destroy_in_process to Process (from ProcessKDP) since it is generally useful, by Jim Ingham · 12 years ago
  14. a5d313d Add a test case for static member variables by Daniel Malea · 12 years ago
  15. 7012548 Fix string warning I introduced with indirect function support. by Matt Kopec · 12 years ago
  16. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 12 years ago
  17. cc2cffe Patch from Andrew Fish to add recognition of some additional KDP packets. by Jason Molenda · 12 years ago
  18. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 12 years ago
  19. 88f7e75 Report the kernel slide when attaching to a darwin kernel debug session. by Jason Molenda · 12 years ago
  20. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 12 years ago
  21. 15905ae Use the Error parameter in ValueObject::ReadPointedString to actually report common errors by Enrico Granata · 12 years ago
  22. 97b18f8 breakpoint command add currently doesn't support adding commands to more than one breakpoint by Jim Ingham · 12 years ago
  23. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 12 years ago
  24. 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 · 12 years ago
  25. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 12 years ago
  26. 54ad8cf Made lldb.cpp build with clang 5.0. by Greg Clayton · 12 years ago
  27. 7b98e13 Update CMakeLists.txt as per removed file by Daniel Malea · 12 years ago
  28. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 12 years ago
  29. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 12 years ago
  30. 3732a02 Fixed some problems with type deportation: by Sean Callanan · 12 years ago
  31. fe9d7bf Fixing the log line for SBValue::MightHaveChildren() to report the correct function name by Enrico Granata · 12 years ago
  32. 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 · 12 years ago
  33. 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 · 12 years ago
  34. 0688435 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 12 years ago
  35. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 12 years ago
  36. 6e46a3e Call Process::Finalize directly in Debugger::Destroy, rather than having it done by Jim Ingham · 12 years ago
  37. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 12 years ago
  38. 6699c6e When starting a kernel debug session, if the user specified an executable by Jason Molenda · 12 years ago
  39. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 12 years ago
  40. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 12 years ago
  41. 17a0b56 <rdar://problem/13287629> by Greg Clayton · 12 years ago
  42. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 12 years ago
  43. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 12 years ago
  44. 744dd79 Backed out a hacky fix that is no longer needed. by Greg Clayton · 12 years ago
  45. 89a86ef A quick variable rename Sean and I had discussed earlier to make things a bit clearer. by Greg Clayton · 12 years ago
  46. d3beda6 Fixed several problems with class uniq'ing in the SymbolFileDWARF code: by Sean Callanan · 12 years ago
  47. 363141f Removing leftover printf() statement by Enrico Granata · 12 years ago
  48. 7cb80c9 If the user has disabled kext loading with the by Jason Molenda · 12 years ago
  49. 436ca2c <rdar://problem/13289157> by Greg Clayton · 12 years ago
  50. 560829d <rdar://problem/13282582> by Han Ming Ong · 12 years ago
  51. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 12 years ago
  52. 06bdbaf Being explicit about how ignoring optparse's exceptions is not a best principle by Enrico Granata · 12 years ago
  53. 06925c9 <rdar://problem/13281528> by Greg Clayton · 12 years ago
  54. d6445b0 Added missing lldb module namespace. by Greg Clayton · 12 years ago
  55. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 12 years ago
  56. ade70cf Optimization of the code-running NSDictionary formatter to skip runtime symbol fetching by Enrico Granata · 12 years ago
  57. afa3138 <rdar://problem/13286937> by Greg Clayton · 12 years ago
  58. 643adf8 Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful. by Jim Ingham · 12 years ago
  59. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 12 years ago
  60. a7e864c <rdar://problem/13265297> by Greg Clayton · 12 years ago
  61. 4a5dfcf Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 12 years ago
  62. 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
  63. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
  64. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 12 years ago
  65. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  66. 647718e <rdar://problem/13277100> by Han Ming Ong · 12 years ago
  67. a7cb663 Correct the logic in DumpCommandHistory when the end index is UINT32_MAX. by Jim Ingham · 12 years ago
  68. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 12 years ago
  69. 04ce77f <rdar://problem/13190981> by Greg Clayton · 12 years ago
  70. 8b24f65 The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's by Jim Ingham · 12 years ago
  71. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 12 years ago
  72. 24c8029 If we crash while making a Python summary, the crash info will tell us more about it by Enrico Granata · 12 years ago
  73. 4fd6f36 Remove unintended comment. by Jason Molenda · 12 years ago
  74. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 12 years ago
  75. 3801be7 Using __package__ and __name__ seems redundant - __name__ should always contain the fully qualified module name by Enrico Granata · 12 years ago
  76. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
  77. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
  78. ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 12 years ago
  79. b703112 The summary for const char* was not cascading. by Enrico Granata · 12 years ago
  80. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 12 years ago
  81. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 12 years ago
  82. fe21d4f Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 12 years ago
  83. 1930d5d Change to JITDefault code model for ELF targets by Andrew Kaylor · 12 years ago
  84. d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 12 years ago
  85. 3efa429 Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. by Daniel Malea · 12 years ago
  86. 5f21739 Previous commit was bogus (testing) by Enrico Granata · 12 years ago
  87. b8b7e97 by Enrico Granata · 12 years ago
  88. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 12 years ago
  89. 7658008 Hardening in case a thread's frames are missing. by Sean Callanan · 12 years ago
  90. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 12 years ago
  91. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 12 years ago
  92. 33cf3f0 Update CMake lists of sources to include files added in r175787 and r175323 by Daniel Malea · 12 years ago
  93. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 12 years ago
  94. 8ea4878 Fixed a case where a stack frame could lose track of its own target. by Sean Callanan · 12 years ago
  95. f3a217e Cleanup of the NSString data formatter by Enrico Granata · 12 years ago
  96. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
  97. 375df41 Mark the command as failed if parsing fails. by Jim Ingham · 12 years ago
  98. b989d78 <rdar://problem/13259230> by Han Ming Ong · 12 years ago
  99. 6e612c3 Add some documentation on how HandleCommand work. by Jim Ingham · 12 years ago
  100. 76695d3 If you say by Enrico Granata · 12 years ago