llvm-project/lldb/source
Greg Clayton ea508635de Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so it will not immediately terminate after the first regular expression in "command regex <name>" commands.
Fixed the prompt to not include non-printable characters as it was hosing up the prompt when you ran "command regex foo" and entered multi-line editing mode.

Fixed error strings to include more complete descriptions when bad regular expressions are entered.

Removed the old IOHandlerLinesUpdated function as it is no longer needed (inheriting from IOHandlerDelegateMultiline takes care of what this function used to do).

llvm-svn: 222207
2014-11-18 00:43:17 +00:00
..
API Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in 2014-11-17 23:06:20 +00:00
Breakpoint The breakpoint location hit counts were getting incremented in 2014-10-22 01:54:17 +00:00
Commands Have CommandObjectCommandsAddRegex inherit from IOHandlerDelegateMultiline so it will not immediately terminate after the first regular expression in "command regex <name>" commands. 2014-11-18 00:43:17 +00:00
Core Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
DataFormatters Fix a problem where the StringPrinter could be mistaking an empty string for a read error, and reporting spurious 'unable to read data' messages. rdar://19007243 2014-11-17 23:14:11 +00:00
Expression Revert "Update for LLVM API change in r221024" 2014-11-12 01:59:53 +00:00
Host Change HostThread::GetNativeThread() to return a derived reference. 2014-11-17 22:42:57 +00:00
Interpreter Complete rewrite of interactive editing support for single- and multi-line input. 2014-11-17 19:06:59 +00:00
Plugins Fix override/virtual warnings. 2014-11-17 22:55:13 +00:00
Symbol Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
Target Small tweaks to make the editline sources match the lldb 2014-11-17 20:10:15 +00:00
Utility Removed a couple of static helpers in the data formatters, replaced with new general logic in StringLexer 2014-11-14 22:58:11 +00:00
CMakeLists.txt Disable Editline on Windows. 2014-11-17 21:31:18 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Fix some bugs from D5988 2014-10-31 15:57:52 +00:00