-
### Is your feature request related to a problem?
Option Yes
### Describe the solution you'd like
数据库是: SQLSERVER 2008 r2
文件路径: database/gdb/gdb_func.go
函数名 : getFieldsFromStructOrMap
`…
cbtan updated
3 weeks ago
-
I tried this code:
```rust
fn main() {
let a = Some((0u32, 1u32));
dbg!(a);
}
```
When debugging in gdb, I expect to be able to write an expression to access a value inside a tuple, inside…
-
**Is your feature request related to a problem? Please describe.**
Quoting from `@B3NNY@infosec.exchange`:
> If I were to request some feature it would be a TUI front end to GDB similar to how P…
orhun updated
1 month ago
-
I've seen this multiple times in the last few days, always on zlinux.
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.functional_s390x_linux_Nightly_testList_0/358 - [rh8-390-2](https:…
-
### Version/Branch:
1.0.1
### Operating system:
Ubuntu 22.04
### Debug probe:
Jlink Plus
### Microcontroller:
Ambiq Apollo4
### Details:
When trying to load variables MCUViewer is trying to u…
-
Build scripts for GDB are completely missing, so it's unclear what patches are being applied.
For the most part, the generic `gdb` package in nixpkgs should suffice, since [it uses `--enable-target…
9ary updated
2 months ago
-
When debugging use gdb, I want to view the value in some system registers such as elr_el1, ttbr1_el1, tcr_el1,..., etc. However, it gdb can not identicate these registers. Does m1n1 support them?
-
### Description
As discussed in issues #1607, #1605, #1595, and #1540, in-vivo stack tracing can be unreliable during severe failures (e.g., #1606), leading to the loss of critical debug informatio…
-
```
ql = Qiling('./PATH_TO_ELF'], '/', verbose=QL_VERBOSE.DISABLED, multithread=True)
ql.hook_code(self._disassemble_address)
q.run()
def _disassemble_address(self, ql, address, size) -> None:
…
-
As suggested in this [PR](https://github.com/pwndbg/pwndbg/pull/2515#issuecomment-2470625879), if you are porting code that uses other ldb/gdb python module, it can be difficult to quickly figure out …