bugreport command: use code listings

pull/1206/head
disconnect3d 3 years ago committed by Disconnect3d
parent 12d4012142
commit ae9661b7f3

@ -113,7 +113,9 @@ please provide the smallest C code that reproduces the issue.
--> -->
Gdb session history: Gdb session history:
```
{gdb_history} {gdb_history}
```
### My setup ### My setup
@ -132,7 +134,9 @@ If it is somehow unavailable, use:
* pwndbg version/git commit id * pwndbg version/git commit id
--> -->
{setup}""" ```
{setup}
```"""
gdb_config = gdb.execute("show configuration", to_string=True).split("\n") gdb_config = gdb.execute("show configuration", to_string=True).split("\n")
all_info = all_versions() all_info = all_versions()

Loading…
Cancel
Save