diff options
author | Pedro Alves <palves@redhat.com> | 2014-05-21 18:30:45 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-05-21 18:30:45 +0100 |
commit | 132f8e032c8e82980c12d861089da561fc4dda35 (patch) | |
tree | dcb67ad6811f04153ece17173a75f4cc4758dca6 /gdb/ChangeLog | |
parent | 03c136c31c777605cb4f13cfc1286d21b4ffa3b0 (diff) | |
download | gdb-132f8e032c8e82980c12d861089da561fc4dda35.zip gdb-132f8e032c8e82980c12d861089da561fc4dda35.tar.gz gdb-132f8e032c8e82980c12d861089da561fc4dda35.tar.bz2 |
nto-procfs.c: Add "target native".
This makes QNX/NTO end up with two targets. It preserves "target
procfs <node>", and adds a "native" target to be like other native
ports.
Not tested.
gdb/
2014-05-21 Pedro Alves <palves@redhat.com>
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <palves@redhat.com> + * 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 <palves@redhat.com> + * windows-nat.c (windows_target): Don't override to_shortname, to_longname or to_doc. |