summaryrefslogtreecommitdiff
path: root/lldb/source/Core/IOHandler.cpp
AgeCommit message (Expand)Author
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-11-27Remove dead code from IOHandlerAlex Langford
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-09-13Add support for descriptions with command completions.Raphael Isemann
2018-08-30Move Predicate.h from Host to UtilityRaphael Isemann
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-13include locale.h in IOHandler.cppPavel Labath
2017-09-14Remove uses of std::auto_ptr, it's going away in C++17.Benjamin Kramer
2017-06-23Fix LLDB build.Zachary Turner
2017-05-22Fix incorrect Status -> Error rename in IOHandlerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2016-12-28Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton
2016-11-30Use Timeout<> in the Listener classPavel Labath
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-13Change IOHandlerConfirm to use StringRefs.Zachary Turner
2016-10-01[lldb-mi] Fix prompt which can get inserted in the middle of program output i...Dawn Perchik
2016-09-23Update the prompt related functions to use StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-24Fix for missing prompt on WindowsTed Woodward
2016-03-11Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l".Jim Ingham
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2015-12-04Fix typo in a commentKamil Rytarowski
2015-11-06Reuse native curses(8) library on NetBSDBruce Mitchener
2015-10-28Fix build break on OS X from cleanup check-in.Todd Fiala
2015-10-26Fix Clang-tidy modernize-use-override warnings in some files in source; other...Eugene Zelenko
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Improve LLDB prompt handlingPavel Labath
2015-05-21Added a new command in ProcessGDBRemote that can figure out the performance c...Greg Clayton
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-04-17Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda
2015-04-14Remove unused functions that were causing warnings.Greg Clayton
2015-04-10Allow the variable view to get synthetic values if they are available in "gui...Greg Clayton
2015-04-10Cleanup virtual methods and mark them as "override" and remove "virtual".Greg Clayton
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-11-17Disable Editline on Windows.Zachary Turner
2014-11-17Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala
2014-06-11Multi-line expressions in Xcode now have a space between the line number and ...Greg Clayton
2014-06-03Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...Colin Riley