1. 2b8732c Fixed an issue with Function::GetPrologueByteSize() where if a function's first line table entry didn't have the same address as the start address of the function itself, we could end up returning and incorrect value. by Greg Clayton · 14 years ago
  2. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  3. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  4. 07c55d1 Disable the debug logging I accidentally left enabled. by Greg Clayton · 14 years ago
  5. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  6. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  7. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  8. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 14 years ago
  9. cb39544 Trivial fix for an error message. by Johnny Chen · 14 years ago
  10. 83e8b9d Remove an obsolete reference to immediate plans. by Jim Ingham · 14 years ago
  11. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  12. 91557b0 Fixed a bug where the LLVM disassembler was ignoring the show_address parameter. by Sean Callanan · 14 years ago
  13. e5748d8 Did a lot of code cleanup. by Greg Clayton · 14 years ago
  14. cf18faa Added a named container for the source QualType by Sean Callanan · 14 years ago
  15. 5745283 Fixed an issue in the DWARF parser that was causing forward declarations by Greg Clayton · 14 years ago
  16. 2ecd040 Implement RegisterContext::WriteRegisterBytes in RegisterContextLLDB. by Jason Molenda · 14 years ago
  17. 1da513b Refactor UnwindLLDB so it doesn't populate the entire stack unless by Jason Molenda · 14 years ago
  18. d6ef16a Fix thinko in UnwindTable.cpp where it wouldn't provde a by Jason Molenda · 14 years ago
  19. f9be01f Minor comment fix. by Johnny Chen · 14 years ago
  20. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  21. 6dff827 Added more logging so we see the register state by Sean Callanan · 14 years ago
  22. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  23. cc6f7cc Fixed some type parsing that was causing types to thing they were forward by Greg Clayton · 14 years ago
  24. 1d1b39c Made variable resolution more robust by handling by Sean Callanan · 14 years ago
  25. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  26. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  27. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  28. 58a4034 Fixed a bug where variables in the source operands by Sean Callanan · 14 years ago
  29. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  30. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  31. 89e4bae Fix the infinite recursion crash reported by Antoine Missout: by Johnny Chen · 14 years ago
  32. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  33. 088c03e Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  34. 981e44c Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 14 years ago
  35. f773145 Fixed error handling when the utility functions by Sean Callanan · 14 years ago
  36. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  37. 4ba3999 Added a setting to "log timer" so you can see the incremental timings as well: by Jim Ingham · 14 years ago
  38. abab14b Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  39. 19e29a8 Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 14 years ago
  40. dc7422c Use the new native unwinder by default. by Jason Molenda · 14 years ago
  41. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  42. e9cab7a Revert last checkin to DisassemblerLLVM.cpp; that was some temporary by Jason Molenda · 14 years ago
  43. 8132f2d Add #ifdef to easily switch between the current libunwind-remote based unwinder by Jason Molenda · 14 years ago
  44. 96829fb Revert last checking to ThreadGDBRemote.cpp; I accidentally checked by Jason Molenda · 14 years ago
  45. 8f0ad08 Revert last checking to CommandObjectDisassemble.cpp; that was by Jason Molenda · 14 years ago
  46. a6b71de Built the native unwinder with all the warnings c++-4.2 could muster; by Jason Molenda · 14 years ago
  47. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 14 years ago
  48. 14a97ff Re-enabled LLDB's pointer checkers, and moved the by Sean Callanan · 14 years ago
  49. 800d11d Handle the case where no eh_frame section is present. by Jason Molenda · 14 years ago
  50. 29756d4 Factored the code that implements breakpoints on by Sean Callanan · 14 years ago
  51. 94fb543 Modified ThreadPlanCallFunction to perform the by Sean Callanan · 14 years ago
  52. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  53. 07f3d8d Modified the thread plan that calls functions to by Sean Callanan · 14 years ago
  54. b51ee98 Fixed a bug where we left a definition hanging by Sean Callanan · 14 years ago
  55. 9ac3a96 Fixed a bug that was confusing the code generator by Sean Callanan · 14 years ago
  56. 2e81020 Fixed a case where children of pointers or references that had had multiple by Greg Clayton · 14 years ago
  57. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 14 years ago
  58. 02c20f1 Fixed a missing newline when you type "apropos somethingthatdoesnotexist". by Greg Clayton · 14 years ago
  59. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 14 years ago
  60. 8ff5d55 Fixed cases where we were translating "long long" types to use the "long" by Greg Clayton · 14 years ago
  61. 2dfe4c6 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 14 years ago
  62. 4a2eb2e Fixed our overly verbose stop reasons which by default included the thread by Greg Clayton · 14 years ago
  63. a564ec6 Print better error messages when memory reads fail when displaying variable by Greg Clayton · 14 years ago
  64. a074482 Improved logging and cleaned up a redundant return by Sean Callanan · 14 years ago
  65. 9bcf31e Fixed globals not showing up for any but the first compile unit due to a by Greg Clayton · 14 years ago
  66. 7617c29 Print notes for expressions as well as errors and warnings. by Sean Callanan · 14 years ago
  67. 8936359 Fixed StackFrame::GetVariableList to add global by Sean Callanan · 14 years ago
  68. 135adf2 Fixed an include so case sensitive builders can build. by Greg Clayton · 14 years ago
  69. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  70. 1b28441 Fixed the copy constructor for SBThread. by Greg Clayton · 14 years ago
  71. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  72. 4ee40ac Added a hack that allows expressions to ignore by Sean Callanan · 14 years ago
  73. af93547 Using proper Objective-C types doesn't seem to make the sky fall. by Sean Callanan · 14 years ago
  74. cff44fd These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 14 years ago
  75. 6a9e5c2 Update arguments & help information for "log disable" command. by Caroline Tice · 14 years ago
  76. 7abdb24 Missed a file in my last commit. by Caroline Tice · 14 years ago
  77. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  78. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  79. b4c0f02 ClangUserExpression ctor should not crash if given a null expr_prefix char*. by Johnny Chen · 14 years ago
  80. 61c1b8b The r117616 check in broken these two test cases: by Johnny Chen · 14 years ago
  81. 8950c9a Updated LLVM to latest version as of 10/28 at by Sean Callanan · 14 years ago
  82. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  83. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  84. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  85. 0831ebc Comment out uninmplemented command option (-f) for disassemble command. by Caroline Tice · 14 years ago
  86. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  87. ad5b61b Explicatory comment for folks that may not be by Sean Callanan · 14 years ago
  88. 839fde4 Logging fixes. Added a simple class to handle by Sean Callanan · 14 years ago
  89. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  90. cf2f305 Add warning if no actual locations were resolved when attempting by Caroline Tice · 14 years ago
  91. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  92. 7ea3523 Replace unnecessary dynamic_cast with static_cast. by Jim Ingham · 14 years ago
  93. 2763c64 Make SBFrame::GetDescription a little more descriptive. by Caroline Tice · 14 years ago
  94. 7de24cc Fix bugs attempting to write to API log after it has been disabled. by Caroline Tice · 14 years ago
  95. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 14 years ago
  96. 6bc44a4 Don't include the ":" character when building the selector identifiers by Greg Clayton · 14 years ago
  97. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  98. bf6e210 After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set. by Greg Clayton · 14 years ago
  99. 68d4753 Removed an inappropriate function lookup path. by Sean Callanan · 14 years ago
  100. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago