From 132f8e032c8e82980c12d861089da561fc4dda35 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 21 May 2014 18:30:45 +0100 Subject: nto-procfs.c: Add "target native". This makes QNX/NTO end up with two targets. It preserves "target procfs ", and adds a "native" target to be like other native ports. Not tested. gdb/ 2014-05-21 Pedro Alves * nto-procfs.c (procfs_can_run): New function. (nto_procfs_ops): New global. (init_procfs_targets): New, based on procfs_target. Install "target native" in addition to "target procfs". (_initialize_procfs): Call init_procfs_targets instead of adding the target here. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a8064dc..6d07283 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2014-05-21 Pedro Alves + * nto-procfs.c (procfs_can_run): New function. + (nto_procfs_ops): New global. + (init_procfs_targets): New, based on procfs_target. Install + "target native" in addition to "target procfs". + (_initialize_procfs): Call init_procfs_targets instead of adding + the target here. + +2014-05-21 Pedro Alves + * windows-nat.c (windows_target): Don't override to_shortname, to_longname or to_doc. -- cgit v1.1