[Lldb-commits] [PATCH] D121064: [lldb] Add a setting to change the autosuggestion ANSI escape codes

2022-03-06 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM, thanks! FWIW, if you have `fish` installed you might wanna check what they are doing on your terminal for its autosuggestions (and we might wanna steal their default, even though I

[Lldb-commits] [PATCH] D120690: [PDB] Add char8_t type

2022-03-06 Thread Luís Ferreira via Phabricator via lldb-commits
ljmf00 added a comment. Thanks for adding this, I ended up forgoting, since I don't use PDB. Comment at: lldb/include/lldb/lldb-enumerations.h:752 eBasicTypeChar32, + eBasicTypeChar8, eBasicTypeShort, You forgot to add it to the Python API. It should als