Summary: | [patch] gdb(1) on a core(5)-file from a threaded process can't see | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Peter Edwards <peter.edwards> | ||||
Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emaste | ||||
Priority: | Normal | ||||||
Version: | 5.0-CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Peter Edwards
2003-02-11 19:10:09 UTC
Hi, I was not able to apply this patch for the gdb used on FreeBSD 4.9. Does anyone know of a similar patch for that gdb version? \David David Eriksson wrote: >Hi, > >I was not able to apply this patch for the gdb used on FreeBSD 4.9. Does >anyone know of a similar patch for that gdb version? > >\David > > > I'll try and roll an update of it towards the end of the week. Things are a bit hectic at my day/night job for the next few days, so be patient. The patch is more additions than anything else, so I'm surprised you had that much grief with it. Responsible Changed From-To: freebsd-bugs->marcel Let's collect the GDB defects under my wing. This PR may actually be a non-issue on 5.x, but I need to check on 4.x Hi again, As far as I can see this also applies to gdb-6_20040810 on FreeBSD 4.10-STABLE. \David Responsible Changed From-To: marcel->freebsd-bugs Assign back to the pool. I haven't been working on it and it's unlikely I will in the near future. This has been addressed years ago. I'm not sure exactly when it was fixed, but it has been working since at least somewhere in the 6.x lifetime. (gdb) info threads * 5 Thread 801007400 (LWP 102211/threadcore) 0x0000000800b45edc in kill () at kill.S:3 4 Thread 801007800 (LWP 102162/threadcore) 0x0000000800aa0dac in sigsuspend () at sigsuspend.S:3 3 Thread 801007c00 (LWP 102194/threadcore) 0x0000000800aa0dac in sigsuspend () at sigsuspend.S:3 2 Thread 801008000 (LWP 102291/threadcore) 0x0000000800aa0dac in sigsuspend () at sigsuspend.S:3 1 Thread 801008400 (LWP 102387/threadcore) 0x0000000800aa0dac in sigsuspend () at sigsuspend.S:3 |