1. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  2. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  3. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  4. 338f753 Added "source list -n" so you can list by symbol name. Moved "--count" from "-n" to "-c". Added a -s option so you can restrict the source listing to a particular shared library. by Jim Ingham · 14 years ago
  5. a622343 First step of refactoring variable handling in the by Sean Callanan · 14 years ago
  6. 0deefc7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 14 years ago
  7. 39ee600 Documented ClangExpression and made parts of it by Sean Callanan · 14 years ago
  8. 82b74c8 Added automatically generated result variables for each by Sean Callanan · 14 years ago
  9. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  10. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  11. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  12. e562a07 Removed the -i option from the expr command, and by Sean Callanan · 14 years ago
  13. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  14. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  15. 92ef85d Fixed expression result printing to have the expression result type be in by Greg Clayton · 14 years ago
  16. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  17. 0fc7358 Changed SymbolContext so when you search for functions by Sean Callanan · 14 years ago
  18. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  19. 32824aa Added logging: by Sean Callanan · 14 years ago
  20. 63c468c Fix a typo. by Stephen Wilson · 14 years ago
  21. 8541f2f Added extensive logging of the code that is actually going by Sean Callanan · 14 years ago
  22. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  23. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  24. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  25. 578ddbb Fixing a crashing bug in multiword commands from William Lynch. by Greg Clayton · 14 years ago
  26. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  27. 810f22d Wrote the code that looks at a context to see by Sean Callanan · 14 years ago
  28. bafd685 Fixes to the IR generator in the expression parser by Sean Callanan · 14 years ago
  29. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  30. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  31. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  32. c041815 typedef fixups, patch from Jean-Daniel Dupas. by Greg Clayton · 14 years ago
  33. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  34. 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
  35. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  36. 099c797 Jean-Daniel Dupas patch that fixes a bad if statement with assignment. by Greg Clayton · 14 years ago
  37. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  38. 84a0d33 Remove duplicate def'n from FileSpec.h. by Jim Ingham · 14 years ago
  39. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  40. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  41. bdbb9af Fix an obvious typo and replace deprecated bcopy(3) with memcpy(3). by Benjamin Kramer · 14 years ago
  42. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  43. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  44. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  45. 46b6249 Extensive code cleanup of the expression command. by Sean Callanan · 14 years ago
  46. 848960c Added the temporary -i option to expr, which by Sean Callanan · 14 years ago
  47. 705d678 Fixed the log streams for logs that output to by Sean Callanan · 14 years ago
  48. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  49. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  50. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  51. d457122 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 14 years ago
  52. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  53. 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
  54. 944be70 Unstick the -r option for the disassemble command. by Sean Callanan · 14 years ago
  55. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  56. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  57. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  58. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  59. bfe9bb9 Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 14 years ago
  60. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  61. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago