Disconnect3d

Results 751 comments of Disconnect3d

Pls fix lint issue[s]. Is this message only printed when `context` command is used, or is it also printed when context is displayed automatically when the debugger is stopped again...

> It is also printed when context is displayed automatically. I think we don't want this: when you set it to empty, u probably do it on purpose and don't...

Btw please see https://github.com/pwndbg/pwndbg/issues/2510#issuecomment-3130047874 - it probably makes more sense to: - Add a new configuration variable `auto-context` with `on|off` value - When user sets context sections to empty, probably...

Hmm `test_x64_extra_registers_under_kernel_mode` fails after this: > FAILED tests/library/qemu_system/tests/test_commands_kernel.py::test_x64_extra_registers_under_kernel_mode - TypeError: argument of type 'module' is not iterable

...so now the code won't work with glibc heap

We also need tests for this.

> Will Ubuntu:26.04 lock glibc to 2.43? Since its feature freezing time is close to glibc 2.43 release. @RocketMaDev Who knows? I bet they won't make a random fast switch...

I will check it out in a couple days as I am currently at HexaCon

Hmm we have the `dumpargs -f` command; I wonder how exactly does the two differ