haiku/src
Rene Gollent 61f0bf59fb Debugger: Fix handling of team_id clashes.
TeamDebugger:
- Add accessor to query whether the debugger's interface is a post mortem core
  rather than a live team.

TargetHostInterface:
- When asked to locate a team debugger by team_id, as is done for attach
  requests to determine if we already have an existing instance attached, skip
  over post mortems. This takes care of the potential problem of detecting a
  core instance with the same team_id as a live team, and consequently refusing
  the attach request.
- When a team debugger quits, use its actual pointer to look it up rather than its
  team ID, as we could otherwise potentially remove the wrong one in the case of a
  clash.
2016-04-25 21:49:46 -04:00
..
add-ons ohci: Fix x86_64 usb tracing 2016-04-23 14:26:22 -05:00
apps Debugger: Fix handling of team_id clashes. 2016-04-25 21:49:46 -04:00
bin ifconfig: add "[-]ht" control option for WLAN devices 2016-03-15 21:59:03 +01:00
build Add __clang__ to a few #ifdefs 2015-11-07 23:02:53 +01:00
data Update pci.ids from pciids.sourceforge.net 2016-04-21 05:20:17 +02:00
kits bluetooth_server: Fix multi-arch build 2016-04-22 14:32:51 -05:00
libs Fix debug build of libtextencoding.so. 2016-04-25 19:08:01 +02:00
preferences bluetooth: Fix preferences build? Works here (again) 2016-04-17 15:07:41 -05:00
servers debug server: Offer option to write a core file 2016-04-24 18:24:50 +02:00
system kernel: Add core dump facility 2016-04-24 18:22:14 +02:00
tests Fix test_app_server build, again 2016-02-14 21:12:33 +01:00
tools NodeMonitor: Added B_WATCH_CHILDREN flag. 2016-03-28 14:31:27 +02:00
Jamfile