* breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
2a68b70e
DJ
12004-01-30 Daniel Jacobowitz <drow@mvista.com>
2
3 * regcache.c (new_register_cache): Clear the allocated register
4 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
5
64386c31
DJ
62003-10-13 Daniel Jacobowitz <drow@mvista.com>
7
8 * linux-low.c (linux_resume): Take a struct thread_resume *
9 argument.
10 (linux_wait): Update call.
11 (resume_ptr): New static variable.
12 (linux_continue_one_thread): Renamed from
13 linux_continue_one_process. Use resume_ptr.
14 (linux_resume): Use linux_continue_one_thread.
15 * server.c (handle_v_cont, handle_v_requests): New functions.
16 (myresume): New function.
17 (main): Handle 'v' case.
18 * target.h (struct thread_resume): New type.
19 (struct target_ops): Change argument of "resume" to struct
20 thread_resume *.
21 (myresume): Delete macro.
22
c938e9b0
L
232003-08-08 H.J. Lu <hongjiu.lu@intel.com>
24
25 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
26 (uninstall): Support DESTDIR.
27
7f313d07
BC
28Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
29
30 * configure.srv: Add xscale*linux copy of arm*linux entry.
31
3b2fc2ea
DJ
322003-07-24 Daniel Jacobowitz <drow@mvista.com>
33
34 * linux-arm-low.c (arm_reinsert_addr): New function.
35 (the_low_target): Add arm_reinsert_addr.
36
1c0a559e
MK
372003-07-08 Mark Kettenis <kettenis@gnu.org>
38
39 * mem-break.c: Remove whitespace at end of file.
40
43d5792c
DJ
412003-06-28 Daniel Jacobowitz <drow@mvista.com>
42
43 * configure.in: Check whether we need to prototype strerror.
44 * server.h: Optionally prototype strerror.
45 * gdbreplay.c (perror_with_name): Use strerror.
46 * linux-low.c (linux_attach_lwp): Use strerror.
47 * utils.c (perror_with_name): Use strerror.
48 * config.in, configure: Regenerated.
49
c8a86edf
DJ
502003-06-28 Daniel Jacobowitz <drow@mvista.com>
51
52 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
53 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
54
73d37363
DJ
552003-06-20 Daniel Jacobowitz <drow@mvista.com>
56
57 * Makefile.in (SFILES): Update.
58 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
59 low-sun3.c: Remove files.
60
6ad8ae5c
DJ
612003-06-17 Daniel Jacobowitz <drow@mvista.com>
62
63 * linux-low.c: Move comment to linux_thread_alive where it belonged.
64 (linux_detach_one_process, linux_detach): New functions.
65 (linux_target_ops): Add linux_detach.
66 * server.c (main): Handle 'D' packet.
67 * target.h (struct target_ops): Add "detach" member.
68 (detach_inferior): Define.
69
1581182a
MK
702003-06-13 Mark Kettenis <kettenis@gnu.org>
71
72 From Kelley Cook <kelleycook@wideopenwest.com>:
73 * configure.srv: Accept i[34567]86 variants.
74
e5379b03
DJ
752003-06-05 Daniel Jacobowitz <drow@mvista.com>
76
77 * linux-low.c (linux_wait_for_event): Correct comment typos.
78 (linux_resume_one_process): Call check_removed_breakpoint.
79 (linux_send_signal): New function.
80 (linux_target_ops): Add linux_send_signal.
81 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
82 of kill.
83 * target.h (struct target_ops): Add send_signal.
84
2ff29de4
JB
852003-05-29 Jim Blandy <jimb@redhat.com>
86
87 * linux-low.c (usr_store_inferior_registers): Transfer buf in
88 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
89 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
90 away part of the register's value.
91
254787d4
DJ
922003-03-26 Daniel Jacobowitz <drow@mvista.com>
93
94 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
95 (linux_wait_for_event, linux_init_signals): Likewise.
96
94e10508
DJ
972003-03-17 Daniel Jacobowitz <drow@mvista.com>
98
99 * configure.in: Check for stdlib.h.
100 * configure: Regenerated.
101 * config.in: Regenerated.
102
4c0711e0
DJ
1032003-01-04 Andreas Schwab <schwab@suse.de>
104
105 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
106
ef66e766
AC
1072003-01-02 Andrew Cagney <ac131313@redhat.com>
108
109 * Makefile.in: Remove obsolete code.
110
a1358604
DJ
1112002-11-20 Daniel Jacobowitz <drow@mvista.com>
112
113 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
114 defined(PT_FPR0_HI).
115
23ce3b1c
DJ
1162002-11-17 Stuart Hughes <seh@zee2.com>
117
118 * linux-arm-low.c (arm_num_regs): Increase.
119 (arm_regmap): Include status register.
120
1212002-11-17 Daniel Jacobowitz <drow@mvista.com>
122
123 * linux-low.c (register_addr): Remove incorrect -1 check.
124
a9fa9f7d
DJ
1252002-08-29 Daniel Jacobowitz <drow@mvista.com>
126
127 * linux-low.c (linux_create_inferior): Call setpgid. Return
128 the new PID.
129 (unstopped_p, linux_signal_pid): Remove.
130 (linux_target_ops): Remove linux_signal_pid.
131 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
132 global instead of target method.
133 * target.h (struct target_ops): Remove signal_pid. Update comment
134 for create_inferior.
135 * server.c (signal_pid): New variable.
136 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
137 gdbserver. Set the child to be the foreground process group.
138 (attach_inferior): Set signal_pid.
139
17574093
DJ
1402002-08-23 Daniel Jacobowitz <drow@mvista.com>
141
142 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
143
1442002-08-20 Jim Blandy <jimb@redhat.com>
145
146 * Makefile.in (LDFLAGS): Allow the configure script to establish a
147 default for this.
148
1492002-08-01 Andrew Cagney <cagney@redhat.com>
150
151 * Makefile.in: Make chill references obsolete.
152
1532002-07-24 Kevin Buettner <kevinb@redhat.com>
154
155 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
156 * configure: Regenerate.
157 * config.in: Regenerate.
158
1592002-07-09 David O'Brien <obrien@FreeBSD.org>
160
161 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
162 (perror_with_name, remote_close, remote_open, expect, play): Static.
163
1642002-07-04 Michal Ludvig <mludvig@suse.cz>
165
166 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
167 byte offsets instead of an array of indexes.
168 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
169
1702002-06-13 Daniel Jacobowitz <drow@mvista.com>
171
172 * regcache.c: Add comment.
173
1742002-06-11 Daniel Jacobowitz <drow@mvista.com>
175
176 * thread-db.c: New file.
177 * proc-service.c: New file.
178 * acinclude.m4: New file.
179 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
180 proc-service.o, and thread-db.o.
181 (linux-low.o): Add USE_THREAD_DB.
182 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
183 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
184 * aclocal.m4: Regenerated.
185 * config.in: Regenerated.
186 * configure: Regenerated.
187 * configure.in: Check for proc_service.h, sys/procfs.h,
188 thread_db.h, and linux/elf.h headrs.
189 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
190 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
191 Check for -lthread_db and thread support.
192 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
193 PowerPC, and SuperH.
194 * i387-fp.c: Constify arguments.
195 * i387-fp.h: Likewise.
196 * inferiors.c: (struct thread_info): Renamed from
197 `struct inferior_info'. Remove PID member. Use generic inferior
198 list header. All uses updated.
199 (inferiors, signal_pid): Removed.
200 (all_threads): New variable.
201 (get_thread): Define.
202 (add_inferior_to_list): New function.
203 (for_each_inferior): New function.
204 (change_inferior_id): New function.
205 (add_inferior): Removed.
206 (remove_inferior): New function.
207 (add_thread): New function.
208 (free_one_thread): New function.
209 (remove_thread): New function.
210 (clear_inferiors): Use for_each_inferior and free_one_thread.
211 (find_inferior): New function.
212 (find_inferior_id): New function.
213 (inferior_target_data): Update argument type.
214 (set_inferior_target_data): Likewise.
215 (inferior_regcache_data): Likewise.
216 (set_inferior_regcache_data): Likewise.
217 * linux-low.c (linux_bp_reinsert): Remove.
218 (all_processes, stopping_threads, using_thrads)
219 (struct pending_signals, debug_threads, pid_of): New.
220 (inferior_pid): Replace with macro.
221 (struct inferior_linux_data): Remove.
222 (get_stop_pc, add_process): New functions.
223 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
224 Use add_process and add_thread.
225 (linux_attach_lwp): New function, based on old linux_attach. Use
226 add_process and add_thread. Set stop_expected for new threads.
227 (linux_attach): New function.
228 (linux_kill_one_process): New function.
229 (linux_kill): Kill all LWPs.
230 (linux_thread_alive): Use find_inferior_id.
231 (check_removed_breakpoints, status_pending_p): New functions.
232 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
233 Update. Use WNOHANG. Wait for cloned processes also. Update process
234 struct for the found process.
235 (linux_wait_for_event): New function.
236 (linux_wait): Use it. Support LWPs.
237 (send_sigstop, wait_for_sigstop, stop_all_processes)
238 (linux_resume_one_process, linux_continue_one_process): New functions.
239 (linux_resume): Support LWPs.
240 (REGISTER_RAW_SIZE): Remove.
241 (fetch_register): Use register_size instead. Call supply_register.
242 (usr_store_inferior_registers): Likewise. Call collect_register.
243 Fix recursive case.
244 (regsets_fetch_inferior_registers): Improve error message.
245 (regsets_store_inferior_registers): Add debugging.
246 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
247 (unstopped_p, linux_signal_pid): New functions.
248 (linux_target_ops): Add linux_signal_pid.
249 (linux_init_signals): New function.
250 (initialize_low): Call it. Initialize using_threads.
251 * regcache.c (inferior_regcache_data): Add valid
252 flag.
253 (get_regcache): Fetch registers lazily. Add fetch argument
254 and update all callers.
255 (regcache_invalidate_one, regcache_invalidate): New
256 functions.
257 (new_register_cache): Renamed from create_register_cache.
258 Return the new regcache.
259 (free_register_cache): Change argument to a void *.
260 (registers_to_string, registers_from_string): Call get_regcache
261 with fetch flag set.
262 (register_data): Make static. Pass fetch flag to get_regcache.
263 (supply_register): Call get_regcache with fetch flag clear.
264 (collect_register): Call get_regcache with fetch flag set.
265 (collect_register_as_string): New function.
266 * regcache.h: Update.
267 * remote-utils.c (putpkt): Flush after debug output and use
268 stderr.
269 Handle input interrupts while waiting for an ACK.
270 (input_interrupt): Use signal_pid method.
271 (getpkt): Flush after debug output and use stderr.
272 (outreg): Use collect_register_as_string.
273 (new_thread_notify, dead_thread_notify): New functions.
274 (prepare_resume_reply): Check using_threads. Set thread_from_wait
275 and general_thread.
276 (look_up_one_symbol): Flush after debug output.
277 * server.c (step_thread, server_waiting): New variables.
278 (start_inferior): Don't use signal_pid. Update call to mywait.
279 (attach_inferior): Update call to mywait.
280 (handle_query): Handle qfThreadInfo and qsThreadInfo.
281 (main): Don't fetch/store registers explicitly. Use
282 set_desired_inferior. Support proposed ``Hs'' packet. Update
283 calls to mywait.
284 * server.h: Update.
285 (struct inferior_list, struct_inferior_list_entry): New.
286 * target.c (set_desired_inferior): New.
287 (write_inferior_memory): Constify.
288 (mywait): New function.
289 * target.h: Update.
290 (struct target_ops): New signal_pid method.
291 (mywait): Removed macro, added prototype.
292
293 * linux-low.h (regset_func): Removed.
294 (regset_fill_func, regset_store_func): New.
295 (enum regset_type): New.
296 (struct regset_info): Add type field. Use new operation types.
297 (struct linux_target_ops): stop_pc renamed to get_pc.
298 Add decr_pc_after_break and breakpoint_at.
299 (get_process, get_thread_proess, get_process_thread)
300 (strut process_info, all_processes, linux_attach_lwp)
301 (thread_db_init): New.
302
303 * linux-arm-low.c (arm_get_pc, arm_set_pc,
304 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
305 (the_low_target): Add new members.
306 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
307 (i386_store_fpxregset): Constify.
308 (target_regsets): Add new kind identifier.
309 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
310 (i386_set_pc): Add debugging.
311 (i386_breakpoint_at): New function.
312 (the_low_target): Add new members.
313 * linux-mips-low.c (mips_get_pc, mips_set_pc)
314 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
315 (mips_breakpoint_at): New.
316 (the_low_target): Add new members.
317 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
318 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
319 (the_low_target): Add new members.
320 * linux-sh-low.c (sh_get_pc, sh_set_pc)
321 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
322 (the_low_target): Add new members.
323 * linux-x86-64-low.c (target_regsets): Add new kind
324 identifier.
325
3262002-05-15 Daniel Jacobowitz <drow@mvista.com>
327
328 From Martin Pool <mbp@samba.org>:
329 * server.c (gdbserver_usage): New function.
330 (main): Call it.
331
3322002-05-14 Daniel Jacobowitz <drow@mvista.com>
333
334 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
335 stop_at -> stop_pc.
336
3372002-05-04 Andrew Cagney <ac131313@redhat.com>
338
339 * Makefile.in: Remove obsolete code.
340
3412002-04-24 Michal Ludvig <mludvig@suse.cz>
342
343 * linux-low.c (regsets_fetch_inferior_registers),
344 (regsets_store_inferior_registers): Removed cast to int from
345 ptrace() calls.
346 * regcache.h: Added declaration of struct inferior_info.
347
3482002-04-20 Daniel Jacobowitz <drow@mvista.com>
349
350 * inferiors.c (struct inferior_info): Add regcache_data.
351 (add_inferior): Call create_register_cache.
352 (clear_inferiors): Call free_register_cache.
353 (inferior_regcache_data, set_inferior_regcache_data): New functions.
354 * regcache.c (struct inferior_regcache_data): New.
355 (registers): Remove.
356 (get_regcache): New function.
357 (create_register_cache, free_register_cache): New functions.
358 (set_register_cache): Don't initialize the register cache here.
359 (registers_to_string, registers_from_string, register_data): Call
360 get_regcache.
361 * regcache.h: Add prototypes.
362 * server.h: Likewise.
363
3642002-04-20 Daniel Jacobowitz <drow@mvista.com>
365
366 * mem-break.c: New file.
367 * mem-break.h: New file.
368 * Makefile.in: Add mem-break.o rule; update server.h
369 dependencies.
370 * inferiors.c (struct inferior_info): Add target_data
371 member.
372 (clear_inferiors): Free target_data member if set.
373 (inferior_target_data, set_inferior_target_data): New functions.
374 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
375 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
376 * linux-low.c (linux_bp_reinsert): New variable.
377 (struct inferior_linux_data): New.
378 (linux_create_inferior): Use set_inferior_target_data.
379 (linux_attach): Likewise. Call add_inferior.
380 (linux_wait_for_one_inferior): New function.
381 (linux_wait): Call it.
382 (linux_write_memory): Add const.
383 (initialize_low): Call set_breakpoint_data.
384 * linux-low.h (struct linux_target_ops): Add breakpoint
385 handling members.
386 * server.c (attach_inferior): Remove extra add_inferior
387 call.
388 * server.h: Include mem-break.h. Update inferior.c
389 prototypes.
390 * target.c (read_inferior_memory)
391 (write_inferior_memory): New functions.
392 * target.h (read_inferior_memory)
393 (write_inferior_memory): Change macros to prototypes.
394 (struct target_ops): Update comments. Add const to write_memory
395 definition.
396
3972002-04-11 Daniel Jacobowitz <drow@mvista.com>
398
399 * linux-low.c (usr_store_inferior_registers): Support
400 registers which are allowed to fail to store.
401 * linux-low.h (linux_target_ops): Likewise.
402 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
403 (ppc_cannot_store_register): FPSCR may not be storable.
404
4052002-04-09 Daniel Jacobowitz <drow@mvista.com>
406
407 * server.h: Include <string.h> if HAVE_STRING_H.
408 * ChangeLog: Correct paths in last ChangeLog entry.
409
4102002-04-09 Daniel Jacobowitz <drow@mvista.com>
411
412 * linux-low.h: Remove obsolete prototypes.
413 (struct linux_target_ops): New.
414 (extern the_low_target): New.
415 * linux-low.c (num_regs, regmap): Remove declarations.
416 (register_addr): Use the_low_target explicitly.
417 (fetch_register): Likewise.
418 (usr_fetch_inferior_registers): Likewise.
419 (usr_store_inferior_registers): Likewise.
420 * linux-arm-low.c (num_regs): Remove.
421 (arm_num_regs): Define.
422 (arm_regmap): Renamed from regmap, made static.
423 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
424 made static.
425 (arm_cannot_store_register): Renamed from cannot_store_register,
426 made static.
427 (the_low_target): New.
428 * linux-i386-low.c (num_regs): Remove.
429 (i386_num_regs): Define.
430 (i386_regmap): Renamed from regmap, made static.
431 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
432 made static.
433 (i386_cannot_store_register): Renamed from cannot_store_register,
434 made static.
435 (the_low_target): New.
436 * linux-ia64-low.c (num_regs): Remove.
437 (ia64_num_regs): Define.
438 (ia64_regmap): Renamed from regmap, made static.
439 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
440 made static.
441 (ia64_cannot_store_register): Renamed from cannot_store_register,
442 made static.
443 (the_low_target): New.
444 * linux-m68k-low.c (num_regs): Remove.
445 (m68k_num_regs): Define.
446 (m68k_regmap): Renamed from regmap, made static.
447 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
448 made static.
449 (m68k_cannot_store_register): Renamed from cannot_store_register,
450 made static.
451 (the_low_target): New.
452 * linux-mips-low.c (num_regs): Remove.
453 (mips_num_regs): Define.
454 (mips_regmap): Renamed from regmap, made static.
455 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
456 made static.
457 (mips_cannot_store_register): Renamed from cannot_store_register,
458 made static.
459 (the_low_target): New.
460 * linux-ppc-low.c (num_regs): Remove.
461 (ppc_num_regs): Define.
462 (ppc_regmap): Renamed from regmap, made static.
463 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
464 made static.
465 (ppc_cannot_store_register): Renamed from cannot_store_register,
466 made static.
467 (the_low_target): New.
468 * linux-s390-low.c (num_regs): Remove.
469 (s390_num_regs): Define.
470 (s390_regmap): Renamed from regmap, made static.
471 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
472 made static.
473 (s390_cannot_store_register): Renamed from cannot_store_register,
474 made static.
475 (the_low_target): New.
476 * linux-sh-low.c (num_regs): Remove.
477 (sh_num_regs): Define.
478 (sh_regmap): Renamed from regmap, made static.
479 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
480 made static.
481 (sh_cannot_store_register): Renamed from cannot_store_register,
482 made static.
483 (the_low_target): New.
484 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
485 (the_low_target): New.
486
4872002-04-09 Daniel Jacobowitz <drow@mvista.com>
488
489 * Makefile.in: Add stamp-h target.
490 * configure.in: Create stamp-h.
491 * configure: Regenerated.
492
4932002-04-09 Daniel Jacobowitz <drow@mvista.com>
494
495 * inferiors.c: New file.
496 * target.c: New file.
497 * target.h: New file.
498 * Makefile.in: Add target.o and inferiors.o. Update
499 dependencies.
500 * linux-low.c (inferior_pid): New static variable,
501 moved from server.c.
502 (linux_create_inferior): Renamed from create_inferior.
503 Call add_inferior. Return 0 on success instead of a PID.
504 (linux_attach): Renamed from myattach.
505 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
506 (linux_thread_alive): Renamed from mythread_alive.
507 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
508 child dies.
509 (linux_resume): Renamed from myresume. Add missing ``return 0''.
510 (regsets_store_inferior_registers): Correct error message.
511 Add missing ``return 0''.
512 (linux_fetch_registers): Renamed from fetch_inferior_registers.
513 (linux_store_registers): Renamed from store_inferior_registers.
514 (linux_read_memory): Renamed from read_inferior_memory.
515 (linux_write_memory): Renamed from write_inferior_memory.
516 (linux_target_ops): New structure.
517 (initialize_low): Call set_target_ops ().
518 * remote-utils.c (unhexify): New function.
519 (hexify): New function.
520 (input_interrupt): Send signals to ``signal_pid''.
521 * server.c (inferior_pid): Remove.
522 (start_inferior): Update create_inferior call.
523 (attach_inferior): Call add_inferior.
524 (handle_query): New function.
525 (main): Call handle_query for `q' packets.
526 * server.h: Include "target.h". Remove obsolete prototypes.
527 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
528
5292002-04-09 Daniel Jacobowitz <drow@mvista.com>
530
531 * Makefile.in: Add WARN_CFLAGS. Update configury
532 dependencies.
533 * configure.in: Check for <string.h>
534 * configure: Regenerate.
535 * config.in: Regenerate.
536 * gdbreplay.c: Include needed system headers.
537 (remote_open): Remove strchr prototype.
538 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
539 * regcache.c (supply_register): Change buf argument to const void *.
540 (supply_register_by_name): Likewise.
541 (collect_register): Change buf argument to void *.
542 (collect_register_by_name): Likewise.
543 * regcache.h: Add missing prototypes.
544 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
545 * server.c (handle_query): New function.
546 (attached): New static variable, moved out of main.
547 (main): Quiet longjmp clobber warnings.
548 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
549 * utils.c (error): Remove NORETURN.
550 (fatal): Likewise.
551
This page took 0.166744 seconds and 4 git commands to generate.