Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161171022
D1283.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D1283.diff
View Options
Index: head/gnu/usr.bin/gdb/kgdb/kthr.c
===================================================================
--- head/gnu/usr.bin/gdb/kgdb/kthr.c
+++ head/gnu/usr.bin/gdb/kgdb/kthr.c
@@ -96,7 +96,7 @@
kt->kaddr = addr;
if (td.td_tid == dumptid)
kt->pcb = dumppcb;
- else if (td.td_state == TDS_RUNNING &&
+ else if (td.td_oncpu != NOCPU &&
CPU_ISSET(td.td_oncpu, &stopped_cpus))
kt->pcb = kgdb_trgt_core_pcb(td.td_oncpu);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 2, 5:51 AM (19 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34587724
Default Alt Text
D1283.diff (460 B)
Attached To
Mode
D1283: Skip call CPU_ISSET for NOCPU.
Attached
Detach File
Event Timeline
Log In to Comment