hanchenye-llvm-project/lldb/source/Commands
Frederic Riss 78a10a7a9b File completion bugfix
If you tried to complete somwthing like ~/., lldb would come up with a lot
of non-existent filenames by concatenating every exisitng file in the directory
with an initial '.'.

This was due to a workaround for an llvm::fs::path::filename behavior that
was not applied selectively enough.

llvm-svn: 341268
2018-08-31 23:03:28 +00:00
..
CMakeLists.txt [Commands] Add a (currently empty) `stats` command. 2018-03-23 21:55:48 +00:00
CommandCompletions.cpp File completion bugfix 2018-08-31 23:03:28 +00:00
CommandObjectApropos.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
CommandObjectApropos.h
CommandObjectBreakpoint.cpp Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. 2018-08-30 15:11:00 +00:00
CommandObjectBreakpoint.h Make breakpoint names real entities. 2017-09-14 20:22:49 +00:00
CommandObjectBreakpointCommand.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectBreakpointCommand.h
CommandObjectBugreport.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CommandObjectBugreport.h
CommandObjectCommands.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Remove duplicated check and shared_ptr copying. 2018-06-21 19:19:57 +00:00
CommandObjectDisassemble.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
CommandObjectExpression.cpp Use a CompletionRequest in the expression command completion [NFC] 2018-08-30 21:26:32 +00:00
CommandObjectExpression.h Added initial code completion support for the `expr` command 2018-08-30 17:29:37 +00:00
CommandObjectFrame.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectFrame.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
CommandObjectGUI.cpp
CommandObjectGUI.h
CommandObjectHelp.cpp Refactoring for for the internal command line completion API (NFC) 2018-07-02 21:29:56 +00:00
CommandObjectHelp.h Refactoring for for the internal command line completion API (NFC) 2018-07-02 21:29:56 +00:00
CommandObjectLanguage.cpp
CommandObjectLanguage.h
CommandObjectLog.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectPlatform.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectPlugin.h
CommandObjectProcess.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp Remove duplicated code in CommandObjectQuit 2018-08-06 00:04:51 +00:00
CommandObjectQuit.h
CommandObjectRegister.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp Narrow the CompletionRequest API to being append-only. 2018-07-27 18:42:46 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
CommandObjectSource.h
CommandObjectStats.cpp [Statistics] Move GetStatDescription to an header file. 2018-04-16 18:25:57 +00:00
CommandObjectStats.h [Command] Implement `statistics` command. 2018-04-13 18:02:39 +00:00
CommandObjectTarget.cpp Check result after setting PC value. 2018-08-07 16:46:11 +00:00
CommandObjectTarget.h Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
CommandObjectThread.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectThread.h
CommandObjectType.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectType.h
CommandObjectVersion.cpp
CommandObjectVersion.h
CommandObjectWatchpoint.cpp Get rid of the C-string parameter in DoExecute 2018-07-12 22:28:52 +00:00
CommandObjectWatchpoint.h
CommandObjectWatchpointCommand.cpp Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CommandObjectWatchpointCommand.h