1. 7a87d52 Fix document typos, indentation in python code, and API examples. by Daniel Malea · 12 years ago
  2. a53efae Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands. by Greg Clayton · 12 years ago
  3. c06adf1 <rdar://problem/13178743> by Greg Clayton · 12 years ago
  4. c98abf5 <rdar://problem/13184389> by Greg Clayton · 12 years ago
  5. 092ea40 Fix ELF parsing where undefined symbols were being added to the symbol table with the incorrect symbol type. by Matt Kopec · 12 years ago
  6. 79e9f96 Made LLDB build with the latest Clang. This meant by Sean Callanan · 12 years ago
  7. edfbe45 Fixed the way the ClangExpressionDeclMap looks by Sean Callanan · 12 years ago
  8. ce41b03 Minor update to Vim frontend: simplify breakpoints display (and list unresolved breakpoints) by Daniel Malea · 12 years ago
  9. c4392dc Forgot to add the testsuite for the changes I checked in on Friday. by Jim Ingham · 12 years ago
  10. 88cd3fd Add Vim frontend to LLDB. by Daniel Malea · 12 years ago
  11. 17ab954 Quick fix for the libc++ std::map synthetic children provider by Enrico Granata · 12 years ago
  12. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 12 years ago
  13. a182573 The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!) by Enrico Granata · 12 years ago
  14. 2fd2615 Fixing a logic flaw with NSURL summary. This was caught by running the test suite in 32bit mode by Enrico Granata · 12 years ago
  15. bc0c5a6 <rdar://problem/13176279> by Enrico Granata · 12 years ago
  16. 50972ae Fixed a crash when we didn't get a plist but tried by Sean Callanan · 12 years ago
  17. 940ca94 Fixed 2 more issues found by the address sanitizer: by Greg Clayton · 12 years ago
  18. 0cd3340 Fixed a store to data that isn't needed and that also could end up writing beyond the end of the buffer. This was found by the address sanitizer. by Greg Clayton · 12 years ago
  19. b85785c Unset the environment variables as soon as possible when running the test suite. Also don't store the unset list into a global when they aren't needed in a global variable. by Greg Clayton · 12 years ago
  20. 979c4b5 This checkin implements the data formatter for NSURL in C++ code by Enrico Granata · 12 years ago
  21. f2bf274 Added the ability to specify a breakpoint using the GDB '*ADDRESS' format: by Greg Clayton · 12 years ago
  22. dcffc1a <rdar://problem/12898191> by Enrico Granata · 12 years ago
  23. 9c7108f Renaming SBValueList::get() to by Enrico Granata · 12 years ago
  24. ac66920 Correct logging for function calls that return SBValueList by Enrico Granata · 12 years ago
  25. 88d0ca9 Be sure to set the data offset to zero if we actually mmap the entire ELF file. by Greg Clayton · 12 years ago
  26. b7e922a Fixing stale pointer problem in ELFObjectFile by Andrew Kaylor · 12 years ago
  27. 5c1700a <rdar://problem/13107151> by Enrico Granata · 12 years ago
  28. d6d63d6 Address sanitizer found an issue which we filed a bug for: <rdar://problem/13168967> by Greg Clayton · 12 years ago
  29. 381549e Fixed an bug found by running LLDB with the address sanitizer! We were accessing one past the end of the buffer. by Greg Clayton · 12 years ago
  30. 732579b Be ready for fully qualified hash names in the __apples_types tables. by Greg Clayton · 12 years ago
  31. 4a58456 Fixed a problem that would cause LLDB to crash by Sean Callanan · 12 years ago
  32. 1503994 Removed debug print line I left in. by Greg Clayton · 12 years ago
  33. cbe61bd <rdar://problem/13159777> by Greg Clayton · 12 years ago
  34. 2777b01 Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux by Daniel Malea · 12 years ago
  35. 240a2cc Fix to build tests with GCC: update makefiles in two watchpoint testcases by Daniel Malea · 12 years ago
  36. 0433419 Fix GCC 4.6 build by avoiding delegating ctors by Daniel Malea · 12 years ago
  37. 3cf7ab5 <rdar://problem/11109570> by Greg Clayton · 12 years ago
  38. c0325a3 Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem. by Greg Clayton · 12 years ago
  39. 0bf2238 Change ObjectFileMachO::ParseSymtab to read the external by Jason Molenda · 12 years ago
  40. e5ab513 Being explicit about which std c++ library these test cases need to use by Enrico Granata · 12 years ago
  41. 0be3134 <rdar://problem/12866706> by Greg Clayton · 12 years ago
  42. a2653fe Remove the m_images(NULL) hack in the Target ctor now by Jason Molenda · 12 years ago
  43. 689696c <rdar://problem/12953018> by Enrico Granata · 12 years ago
  44. 1ab639c Change CommandObjectTargetSymbolsAdd to require that a target exists; by Jason Molenda · 12 years ago
  45. 9c81c33 Added support for the qCmd monitor packet command. Currently it can only do: by Greg Clayton · 12 years ago
  46. bee6cf7 Moving from std::auto_ptr<char> to std::string for simple string memory management. by Enrico Granata · 12 years ago
  47. 8f805c2 <rdar://problem/13050227> by Greg Clayton · 12 years ago
  48. 2fb13ab <rdar://problem/12693921> by Greg Clayton · 12 years ago
  49. 6ac5bf1 <rdar://problem/13130975> by Greg Clayton · 12 years ago
  50. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 12 years ago
  51. f99172d Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's supposed to by Jim Ingham · 12 years ago
  52. dbf2fb0 Modified the expression parser's class wrapper to by Sean Callanan · 12 years ago
  53. 9b769d3 Make sure a value is returned for Thread::ReturnFromFrame(). by Greg Clayton · 12 years ago
  54. ad72e52 Allow the target to give out the size of the red zone for given ABIs. by Greg Clayton · 12 years ago
  55. d025085 Get rid for switch statement warning for unhandled cases. by Greg Clayton · 12 years ago
  56. 6b07628 Fixed register dumping for contained-regs. by Greg Clayton · 12 years ago
  57. be51f8a Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) by Jim Ingham · 12 years ago
  58. 46be7f2 Change the default behavior for unwinding and breakpoints when running expressions. by Jim Ingham · 12 years ago
  59. d9da5b0 Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code. by Enrico Granata · 12 years ago
  60. 549294a Added the ability to search segments for data. Currently __TEXT, __LINKEDIT and __PAGEZERO are excluded. by Greg Clayton · 12 years ago
  61. 849acc8 expressions + C++11 lambdas == cooooool!!! by Greg Clayton · 12 years ago
  62. 5ebd91b Verified that the plugin.dynamic-loader.darwin-kernel.scan-type by Jason Molenda · 12 years ago
  63. a3f6534 <rdar://problem/12552374> & <rdar://problem/13100674> by Enrico Granata · 12 years ago
  64. 53d268c llvm/Basic/ConvertUTF.h now exposes all functions without macro tricks by Dmitri Gribenko · 12 years ago
  65. 2a64f9a UTF conversion routines were moved from clang/Basic to llvm/Support by Dmitri Gribenko · 12 years ago
  66. 94c0f4c Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type setting by Jason Molenda · 12 years ago
  67. 9338dd5 <rdar://problem/12491235> by Jason Molenda · 12 years ago
  68. 77332ba Fix build problems with libstdc++ 4.6/4.7 by Daniel Malea · 12 years ago
  69. 59d9f11 Use printf instead of echo -n (the latter won't work on OS X's /bin/sh) by Filipe Cabecinhas · 12 years ago
  70. edf0f06 Remove debug code and commented out code that was left in. by Greg Clayton · 12 years ago
  71. 30c187c Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). by Filipe Cabecinhas · 12 years ago
  72. f892c42 <rdar://problem/9141269> by Greg Clayton · 12 years ago
  73. 3844c48 Actually build DataFormatters dir. Fix for the r173732 fix. by Filipe Cabecinhas · 12 years ago
  74. 0ae26c0 <rdar://problem/13107904> by Greg Clayton · 12 years ago
  75. 16481ab Since an address (0x12346) is an expression, be brief. by Enrico Granata · 12 years ago
  76. 4968ad8 <rdar://problem/12552374> by Enrico Granata · 12 years ago
  77. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 12 years ago
  78. 1f71bcf <rdar://problem/12524607> by Greg Clayton · 12 years ago
  79. 4922935 Describe the data formatters as part of the architecture by Enrico Granata · 12 years ago
  80. f846c81 Adding a Makefile. Hopefully that will make the Linux buildbot happy by Enrico Granata · 12 years ago
  81. 3c8558f Fixed a "wchar_t" typo. by Greg Clayton · 12 years ago
  82. f509c5e <rdar://problem/12978143> by Enrico Granata · 12 years ago
  83. a29021d Always define types from stdint.h so they are always available for use in expressions no matter what debug info you have. Types added are: by Greg Clayton · 12 years ago
  84. 35f6df9 Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). by Greg Clayton · 12 years ago
  85. 90b9cc8 One more change of a uint32_t variable to offset_t by Jason Molenda · 12 years ago
  86. 2219738 Add comments showing the symbolic names for the exc_code types we by Jason Molenda · 12 years ago
  87. 090f831 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 12 years ago
  88. 40aa903 Missing newline in a warning message. by Jim Ingham · 12 years ago
  89. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 12 years ago
  90. 550a7e9 Remove hardcoded -arch from lang/cpp testcase makefiles by Daniel Malea · 12 years ago
  91. 2989a5a Fix buildbot building errors. by Greg Clayton · 12 years ago
  92. bca74e5 Fix indenting typo in TestSTL.py by Daniel Malea · 12 years ago
  93. 6acc204 <rdar://13073234> by Han Ming Ong · 12 years ago
  94. 36da2aa <rdar://problem/13069948> by Greg Clayton · 12 years ago
  95. 4c32029 <rdar://problem/13072285> by Jason Molenda · 12 years ago
  96. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 12 years ago
  97. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 12 years ago
  98. e8b3471 Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system by Jim Ingham · 12 years ago
  99. 9729189 Skip 32-bit testing of check_public_api_headers (on all platforms, not just Mac OS X) by Daniel Malea · 12 years ago
  100. 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 12 years ago