CVS log for src/external/gpl3/gdb/dist/gdb/Attic/aarch64-nbsd-nat.c
Up to [cvs.NetBSD.org] / src / external / gpl3 / gdb / dist / gdb
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7
Mon Aug 14 20:42:27 2023 UTC (15 months, 4 weeks ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
FILE REMOVED
Changes since revision 1.6: +0 -0
lines
- fix the remaining bsd-kvm targets
- remove nbsdelf, everything uses nbsd now
- add missing files
- regen
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 9 21:09:07 2023 UTC (16 months ago) by christos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
make aarch64 compile (untested my box is dead)
Revision 1.1.4.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 21:58:32 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1: +78 -31
lines
Sync with HEAD
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jun 8 14:59:01 2019 UTC (5 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -5
lines
make this compile. now arm64 gdb works again. yay.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 30 01:19:36 2019 UTC (5 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +24 -26
lines
more cleanups and homogenization
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 29 22:10:38 2019 UTC (5 years, 6 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -7
lines
Some more mechanical c++ificiation.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:49:02 2019 UTC (5 years, 10 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +50 -1
lines
Synch with HEAD
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 27 09:55:27 2018 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +50 -1
lines
make savecore for arm64 basically work.
- move MD lwp "md_ktf" member into struct pcb. the pcb is used by
the gdb "bsd-kvm" target code to find the stack of each thread
and needs to be available in a well known location.
- implement aarch64_nbsd_supply_pcb() in GDB. makes basic gdb work
on a crash dump.
- remove '#if L_MD_KTF + 8 == L_MD_CPACR' conditional code, as there
is no more L_MD_KTF.
with this gdb has minimal working functionality with "target kvm",
and crash can at least "ps" on a crash dump.
ok skrll.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon May 21 04:35:52 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +136 -0
lines
Sync with HEAD
Revision 1.1.2.1
Mon May 21 02:10:47 2018 UTC (6 years, 6 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.1: +0 -136
lines
file aarch64-nbsd-nat.c was added on branch pgoyette-compat on 2018-05-21 04:35:52 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 21 02:10:47 2018 UTC (6 years, 6 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521
Branch point for: phil-wifi,
pgoyette-compat
add minimal glue to make gdb compile on aarch-64; now configure in gdb/dist
and gmake creates a gdb binary.
CVSweb <webmaster@jp.NetBSD.org>