Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: gdb/gdbserver/linux-bfin-low.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/gdbserver/linux-arm-low.c ('k') | gdb/gdbserver/linux-cris-low.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* GNU/Linux/BFIN specific low level interface, for the remote server for GDB. 1 /* GNU/Linux/BFIN specific low level interface, for the remote server for GDB.
2 2
3 Copyright (C) 2005-2012 Free Software Foundation, Inc. 3 Copyright (C) 2005-2012 Free Software Foundation, Inc.
4 4
5 Contributed by Analog Devices, Inc. 5 Contributed by Analog Devices, Inc.
6 6
7 This file is part of GDB. 7 This file is part of GDB.
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 87
88 /* If necessary, recognize more trap instructions here. GDB only uses the 88 /* If necessary, recognize more trap instructions here. GDB only uses the
89 one. */ 89 one. */
90 return 0; 90 return 0;
91 } 91 }
92 92
93 struct linux_target_ops the_low_target = { 93 struct linux_target_ops the_low_target = {
94 init_registers_bfin, 94 init_registers_bfin,
95 bfin_num_regs, 95 bfin_num_regs,
96 bfin_regmap, 96 bfin_regmap,
97 NULL,
97 bfin_cannot_fetch_register, 98 bfin_cannot_fetch_register,
98 bfin_cannot_store_register, 99 bfin_cannot_store_register,
100 NULL, /* fetch_register */
99 bfin_get_pc, 101 bfin_get_pc,
100 bfin_set_pc, 102 bfin_set_pc,
101 bfin_breakpoint, 103 bfin_breakpoint,
102 bfin_breakpoint_len, 104 bfin_breakpoint_len,
103 0, 105 0,
104 2, 106 2,
105 bfin_breakpoint_at, 107 bfin_breakpoint_at,
106 }; 108 };
OLDNEW
« no previous file with comments | « gdb/gdbserver/linux-arm-low.c ('k') | gdb/gdbserver/linux-cris-low.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698