Issue 173302
Summary [lldb] Typing commands in the python embedded interpreter is not shown on the screen.
Labels lldb
Assignees da-viper
Reporter da-viper
    
Affected python version: 3.14

Reproducer: 


```sh
# using python3.8
$ lldb
(lldb) script 
Python Interactive Interpreter. To exit, type 'quit()', 'exit()' or Ctrl-D.
>>>  print("hi")
hi
>>>
```

```sh
# using python3.14
$ lldb
(lldb) script
Python Interactive Interpreter. To exit, type 'quit()', 'exit()'.
>>> hi
>>>
```

the typed command is not shown to the screen
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to