summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupFormat.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
2021-11-26[Bug 49018][lldb] Fix incorrect help text for 'memory write' commandVenkata Ramanaiah Nalamothu
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2017-01-25Jim unintentionally had the gdb-format specifiers falling throughJason Molenda
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-20If x/i is followed by x/g, the format should be reset to 'x'.Jim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-10-11<rdar://problem/15192088>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec
2013-01-21<rdar://problem/12437929>Enrico Granata
2012-12-15<rdar://problem/12156204>Greg Clayton
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-08-23gdb format should default to count of 1.Jim Ingham
2011-10-28Fixed the GDB format to allow the size and format characters to come in anyGreg Clayton
2011-10-27Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton
2011-10-26A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen
2011-05-13Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton