Michael Buch
b4a0b9fab4
[lldb][Language] List supported languages in expr error text
...
Before:
```
(lldb) expr --language abc -- 1 + 1
error: unknown language type: 'abc' for expression
```
After:
```
(lldb) expr --language abc -- 1 + 1
error: unknown language type: 'abc' for expression. List of supported languages:
c++
objective-c++
c++03
c++11
c++14
objc++
```
We choose to only list the languages which `expr` will actually
accept instead of all the language constants defined in `Language.cpp`
since that's what the user will most likely need.
Differential Revision: https://reviews.llvm.org/D142034
2023-01-18 18:18:52 +00:00
..
2022-08-17 08:52:58 +00:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-11-11 17:03:02 -08:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-20 15:03:36 -07:00
2022-06-17 14:34:49 -07:00
2022-09-13 10:38:38 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-17 17:27:54 -07:00
2022-06-17 14:34:49 -07:00
2021-06-25 11:33:09 +02:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-27 09:08:54 -07:00
2022-06-29 17:05:58 -07:00
2022-10-17 17:27:54 -07:00
2022-11-11 17:03:02 -08:00
2022-08-24 20:07:00 +05:00
2022-06-17 14:34:49 -07:00
2022-12-05 17:42:00 -05:00
2022-06-17 14:34:49 -07:00
2023-01-18 18:18:52 +00:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-09-14 09:30:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-08-15 08:54:06 +00:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-08-22 15:46:03 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-09-16 16:36:00 +02:00
2022-09-16 16:36:00 +02:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-08-11 19:11:01 -07:00
2022-08-22 15:46:03 -07:00
2022-08-11 19:11:01 -07:00
2022-06-17 14:34:49 -07:00
2022-06-17 14:34:49 -07:00
2022-10-04 21:38:33 +00:00
2020-11-10 12:02:38 +01:00