-
Wine already supports gdb protocol, but winedbg protocol is more advanced and add some useful options.
-
`GDBRemoteCommunicationClient::GetFilePermissions()` always return 0 on the Windows host because S_IRWXU, S_IRWXG and S_IRWXO are 0.
The problem code is the following
```
file_permissions = mode & …
-
# Bug description
Pausing execution (^C in gdb) while the program is running and there is a python-implemented breakpoint in gdb doesn't work properly and often hangs
# Reproducing
You will n…
-
**Describe the bug**
After path to a binary typed-in, and Load Binary button pressed, nothing is happening.
**To Reproduce**
1. In terms of terminal commands:
```
λ cd /tmp
…
-
When I was using smc_run to test mysql on x86 or arm64, the segfault issue occurred.
Use the gdb to parse the core file. The information is as follows:
(gdb) bt
#0 0x0000000000000000 in ?? ()
#1 …
-
Hi there! 👋🏽
You should know about the proposal to add trace command support to CMSIS-DAP. The proposal is from @gzied of [Trande UG](https://trande.de/) and was first proposed and is documented i…
-
```
Started failing connecting to twitter since yesterday morning.
Other Twitter clients, like Pidgin, gwibber or mitter, can't connect since
yesterday too.
The reason is Twitter changed the authen…
-
```
What steps will reproduce the problem?
1. Download libproxy 0.4.11 and patch it using the patch from Issue 183
2. Build 32-bit libproxy.dylib with settings CMAKE_BUILD_TYPE=Debug and
CMAKE_OSX_AR…
-
Currently, NativeJDB uses the _suspended VM_ (running the Java application being debugged) to get **static information** about the program and the GDB to get **dynamic information**.
Before any comma…
-
```
What steps will reproduce the problem?
1. Download libproxy 0.4.11 and patch it using the patch from Issue 183
2. Build 32-bit libproxy.dylib with settings CMAKE_BUILD_TYPE=Debug and
CMAKE_OSX_AR…