1. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  2. 8ad21a8 Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command by Enrico Granata · 12 years ago
  3. b220388 by Caroline Tice · 13 years ago
  4. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  5. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  6. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  7. 949d5ac Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 13 years ago
  8. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  9. 3e0571b Fixed some comments. by Johnny Chen · 14 years ago
  10. b81ed0d Added [-o <one-liner>] to the "breakpoint command add" lldb command to be able by Johnny Chen · 14 years ago
  11. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  12. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  13. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago