- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- 63a27af Added support for thread local variables on all Apple OS variants. by Greg Clayton · 9 years ago
- bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
- 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
- 543725c Implement `target modules dump objfile` by Adrian McCarthy · 9 years ago
- f13e652 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectTarget.cpp; other minor fixes. by Eugene Zelenko · 10 years ago
- 479d545 Fix "target modules add -s <filename>" to work if the file doesn't exist locally on the current machine. by Greg Clayton · 10 years ago
- ae088e5 Now that SymbolFileDWARF supports having types in completely separate .pcm file with "-fmodules -gmodules", each SymbolFileDWARF can reference module DWARF info by looking in other DWARF files. Then if you have 1000 .o files that each reference one or more .pcm files in their debug info, a simple Module::FindTypes(...) call can end up searching the same .pcm file over and over and over. Now all internal FindTypes methods in classes (ModuleList, Module, SymbolFile) now take an extra argument: by Greg Clayton · 10 years ago
- c98d969 Commands: silence dumb -Wextra warning from GCC by Saleem Abdulrasool · 10 years ago
- 954b40b Add support for "source info" and use it to fix MI's -symbol-list-lines. by Dawn Perchik · 10 years ago
- f7d1893 Enable saving of mini dumps with lldb process save-core. by Adrian McCarthy · 10 years ago
- f9a2697 Revert "FOO" by Adrian McCarthy · 10 years ago
- af75dab FOO by Adrian McCarthy · 10 years ago
- 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
- 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
- 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
- 648f3c7 Add support for .ARM.exidx unwind information by Tamas Berghammer · 10 years ago
- e5ffa08 Revert 248366 "Testcase and fix for bug 24074" by Enrico Granata · 10 years ago
- 9fcf72e Testcase and fix for bug 24074 by Ravitheja Addepally · 10 years ago
- 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
- 7138765 Add another log to the Host channel for logging by Jason Molenda · 10 years ago
- 25c9101 When the user specifies a corefile that is not readable, by Jason Molenda · 10 years ago
- 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
- 44ff9cce Improve instruction emulation based stack unwinding on ARM by Tamas Berghammer · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- dab893c Fix -Wsign-compare warning by David Blaikie · 11 years ago
- aa4dabf Add a --all command option to "target delete". by Zachary Turner · 11 years ago
- e912e3e Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList::PrintModule by Ilia K · 11 years ago
- 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
- 560558e Introduce the notion of "runtime support values" by Enrico Granata · 11 years ago
- d26a1e5 Fixed the failing test: by Greg Clayton · 11 years ago
- 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
- 65e0642 Don't mention a "--core-file" argument to target create. It is "--core". by Jason Molenda · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 2501e5e Modified LLDB to be able to lookup global variables by address. by Greg Clayton · 11 years ago
- 34549b8 Change the x86 assembly instruction unwind parser to by Jason Molenda · 11 years ago
- e589e7e The lldb unwinder can now use the unwind information from the compact-unwind by Jason Molenda · 11 years ago
- 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
- c6127dd Change CommandObjectTargetModulesLoad so that the filename argument by Jason Molenda · 11 years ago
- 352237d lldb - fix misleading "valid target indexes are" error message by Todd Fiala · 11 years ago
- 0562524 On x86 & x86_64, try to use eh_frame for frame 0. by Todd Fiala · 11 years ago
- 5acc125 Don't crash when specifying a core file that isn't readable. by Greg Clayton · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- c3d874a lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. by Greg Clayton · 11 years ago
- f29bf9a "DONE" is being left in multi-line results when it shouldn't for non terminal input. by Greg Clayton · 11 years ago
- 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 11 years ago
- 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
- 44edda0 create constants for multichar constants by Saleem Abdulrasool · 12 years ago
- 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 12 years ago
- 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
- 751caf6 Modified ObjectFile::SetLoadAddress() to now be: by Greg Clayton · 12 years ago
- 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
- d5944cd For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time by Greg Clayton · 12 years ago
- 5c19eac Added Iterable, a class that vends standard C++ by Sean Callanan · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
- b019cd9 When target module add/SBTarget::AddModule()'ing, if an architecture isn't specifically by Jason Molenda · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
- b1e1592 add error checking and messages to 'target modules show-unwind' command by Michael Sartain · 12 years ago
- 2540a8a Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 12 years ago
- bf22b96 Add a -remote-file option to “target create” to specify the location of the executable on a remote system (if debugging remotely using debugserver on the target system.) This gets us closer to being able to set up a remote debugging session from the lldb command line. by Jim Ingham · 12 years ago
- 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
- a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
- cc0273d Fix the help for "image dump line-table" - its arguments are compilation units not modules. by Jim Ingham · 12 years ago
- 9730339 Improving the previous checkin about target.load-script-from-symbol-file by Enrico Granata · 12 years ago
- caa84cb Forgot to check for empty error strings in the previous checkin by Enrico Granata · 12 years ago
- 6ecb232 <rdar://problem/11398407> by Greg Clayton · 12 years ago
- 9aae0a1 <rdar://problem/13128331> by Greg Clayton · 12 years ago
- 2ea43cd <rdar://problem/13183720> by Enrico Granata · 12 years ago
- 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
- db7d11c A few small fixes to make things like image list not by Jason Molenda · 12 years ago
- c16b4af Remove the UUID::GetAsCString() method which required a buffer to save the by Jason Molenda · 12 years ago
- b5ad4ec Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: by Greg Clayton · 12 years ago
- 535ab86 Add a new -a / --address argument to image show-unwind to get the by Jason Molenda · 12 years ago
- 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
- e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
- f15ee4e <rdar://problem/13563628> by Enrico Granata · 12 years ago
- 9fb5ab5 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 13 years ago
- e7b849e Convert the -a option in "image lookup" to a address-expression, and pass the context by Jim Ingham · 13 years ago
- b9c9f9b Change CommandObjectTargetSymbolsAdd to require that a target exists; by Jason Molenda · 13 years ago
- b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
- 3c94737 <rdar://problem/12524607> by Greg Clayton · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- 91c0e74 <rdar://problem/12973809> by Greg Clayton · 13 years ago
- f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
- 17fafa1 Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. by Jim Ingham · 13 years ago
- 136dff8 Cleaned up the UUID mismatch just printing itself whenever it wants to by allowing an optional feedback stream to be passed along when getting the symbol vendor. by Greg Clayton · 13 years ago
- b36c6c0 Made "target modules add" flush the process to reset stack frames etc. by Sean Callanan · 13 years ago
- 89deb06 <rdar://problem/12780507> by Greg Clayton · 13 years ago
- b9d5df5 <rdar://problem/12820334> by Greg Clayton · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago