llvm-project/lldb/include/lldb
Neal (nealsid) 5af3a6645f Remove Windows editline from LLDB
I don't mean to undo others' work but it looks like the hand-rolled EditLine for LLDB on Windows isn't used.  It'd be easier to make changes to bring the other platforms' Editline wrapper up to date (e.g. simplifying char vs wchar_t) without modifying/testing this one too.

Reviewed By: amccarth

Differential Revision: https://reviews.llvm.org/D102208
2021-05-12 10:05:44 +01:00
..
API [lldb] [gdb-remote server] Introduce new stop reasons for fork and vfork 2021-04-24 11:08:33 +02:00
Breakpoint [lldb] Refactor argument group by SourceLocationSpec (NFCI) 2021-05-04 23:04:31 +00:00
Core [trace] Dedup different source lines when dumping instructions + refactor 2021-05-04 19:40:52 -07:00
DataFormatters Remove some unnecessary explicit defaulted copy ctors to cleanup -Wdeprecated-copy 2021-05-10 14:31:11 -07:00
Expression [lldb] Support debugging utility functions 2021-02-24 11:36:01 -08:00
Host Remove Windows editline from LLDB 2021-05-12 10:05:44 +01:00
Initialization [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
Interpreter [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess 2021-03-23 18:24:47 +01:00
Symbol Remove some unnecessary explicit defaulted copy ctors to cleanup -Wdeprecated-copy 2021-05-10 14:31:11 -07:00
Target Add an "interrupt timeout" to Process, and pipe that through the 2021-05-11 11:57:08 -07:00
Utility Remove some unnecessary explicit defaulted copy ctors to cleanup -Wdeprecated-copy 2021-05-10 14:31:11 -07:00
lldb-defines.h Add an option (-y) to "break set" and "source list" that uses the same 2020-07-20 17:40:36 -07:00
lldb-enumerations.h [lldb] Correct format enum comment (NFC) 2021-04-28 12:17:03 +01:00
lldb-forward.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
lldb-private-defines.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-enumerations.h [lldb][NFC] Remove FormatterChoiceCriterion 2020-04-15 09:47:15 +02:00
lldb-private-forward.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-private-interfaces.h [trace][intel-pt] Implement trace start and trace stop 2021-03-30 17:31:37 -07:00
lldb-private-types.h [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header 2020-11-12 15:30:26 +01:00
lldb-private.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-public.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-types.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
lldb-versioning.h [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
module.modulemap [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool 2020-04-22 09:17:49 -07:00