1. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 12 years ago
  2. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  3. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 12 years ago
  4. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  5. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  6. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  7. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  8. ac5424c rdar://problem/10998562 lldb crashes under guard malloc by Johnny Chen · 12 years ago
  9. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 12 years ago
  10. bf9ba59 rdar://problem/10267705 by Johnny Chen · 12 years ago
  11. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  12. 3069c62 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 12 years ago
  13. bf97d74 Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to by Jim Ingham · 12 years ago
  14. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  15. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  16. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  17. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 12 years ago
  18. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  19. 751a8ac Remove unneeded includes. by Jim Ingham · 12 years ago
  20. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 12 years ago
  21. 16376ed <rdar://problem/10062621> by Enrico Granata · 12 years ago
  22. 2b05e29 Remove the functionality of using 'frame variable -w' to set a watchpoint now that 'watchpoint set variable/expression' by Johnny Chen · 12 years ago
  23. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 12 years ago
  24. 9ad1953 Made the "--no-inlines" option on by Sean Callanan · 12 years ago
  25. d7793d2 Make the output from "target modules lookup -n" prettier. by Sean Callanan · 12 years ago
  26. 302d78c Extended function lookup to allow the user to by Sean Callanan · 12 years ago
  27. 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 12 years ago
  28. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 12 years ago
  29. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  30. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  31. f86c60f Clarify the 'frame variable' help message regarding the watchpoint functionality. by Johnny Chen · 12 years ago
  32. 73ac3b5 Update comment. by Johnny Chen · 12 years ago
  33. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  34. cb1a0d9 Add help string for 'frame variable' to link to 'watchpoint set' which allows for using an expression to specify the address to watch for. by Johnny Chen · 12 years ago
  35. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 12 years ago
  36. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 12 years ago
  37. 448b6d6 quick fixes for two issues that were causing LLDB to crash by Enrico Granata · 12 years ago
  38. bc2bb1e Trivial indentation change. by Johnny Chen · 12 years ago
  39. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 12 years ago
  40. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  41. fd8ef2e Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 13 years ago
  42. f75e391 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 13 years ago
  43. c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
  44. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  45. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  46. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  47. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  48. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  49. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  50. 00b11c3 When doing a "target modules lookup --address <addr>", show the file address by Greg Clayton · 13 years ago
  51. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  52. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  53. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  54. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  55. 6c7c390 I broke the test suite (4 failures) with r145459 check-in. by Johnny Chen · 13 years ago
  56. 9fc1692 Remove possible cut-and-paste code which doesn't belong. by Johnny Chen · 13 years ago
  57. 26e089b Missing return in error handling for "source list". by Jim Ingham · 13 years ago
  58. 1d1f39e <rdar://problem/10429064> by Greg Clayton · 13 years ago
  59. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  60. 31feaa8 <rdar://problem/10033754> by Greg Clayton · 13 years ago
  61. 3e6f2cc Save the arguments for a process launch in the target.run-args so they can by Greg Clayton · 13 years ago
  62. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  63. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  64. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  65. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  66. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  67. 3fccc90 Fix order of arguments for target stop-hook list/delete. Having by Jason Molenda · 13 years ago
  68. 4049bc3 Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 13 years ago
  69. 91048ef Added the ability for many of the "target modules dump xxx" commands to find by Greg Clayton · 13 years ago
  70. dd6201e "source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase for the name lookup. by Jim Ingham · 13 years ago
  71. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  72. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  73. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  74. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  75. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  76. 746979d Fixed the continuation dumping of instructions to properly advance the by Greg Clayton · 13 years ago
  77. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  78. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  79. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  80. eeddf87 When completing "help foo bar" if "foo" is not a real command, don't ask its NULL command object to complete the line. by Jim Ingham · 13 years ago
  81. 902b5be A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 13 years ago
  82. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  83. 5325ce9 Patch from Dragos to fix Linux build! by Johnny Chen · 13 years ago
  84. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  85. 6bdea82 Add a "-a" option to "image list" to show the image at a given address. by Jim Ingham · 13 years ago
  86. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  87. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  88. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  89. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  90. 9f54ab7 Fixed a case where we might end up trying to parse a type in the DWARF parser for a method whose class isn't currently in the process of completing itself. Currently, methods of a class, must be parsed when the class type that contains the method is asked to complete itself through the clang::ExternalASTSource virtual functions. Now we "do the right thing" by checking if the class is being defined, and if so we parse it, else we tell the class to complete itself so everything happens correctly. by Greg Clayton · 13 years ago
  91. b304a74 Revert the change to "target variable" that was causing test suite failures. by Greg Clayton · 13 years ago
  92. e349e56 Always use the full variable name when dumping globals since they might by Greg Clayton · 13 years ago
  93. 3e80cd9 Added ClangNamespaceDecl * parameters to several by Sean Callanan · 13 years ago
  94. 464a92a Fix the option lists that "--file" belongs to so the help won't come out whonky. by Jim Ingham · 13 years ago
  95. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  96. fac9388 "target variable" will now display the current frame's compile unit globals by Greg Clayton · 13 years ago
  97. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  98. 2f57db0 Cleaned up the the code that figures out the inlined stack frames given a by Greg Clayton · 13 years ago
  99. 7685ccc Small fix to "frame select" sans frame # feature added yesterday. by Jason Molenda · 13 years ago
  100. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago