Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-26 | 2005-05-26 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 1 | -4/+4 | |
* command.h (add_setshow_integer_cmd): Make VAR an integer. * cli/cli-decode.c (add_setshow_integer_cmd): Update to match. * valops.c (value_string): Add a cast. * eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers. * breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for byte buffers. * target.h (struct target_ops): For to_insert_hw_breakpoint and to_remove_hw_breakpoint use gdb_byte for byte buffer parameters. * breakpoint.h (struct bp_location): Make shadow_contents a gdb_byte buffer. * cli/cli-setshow.c (do_setshow_command): Fix cast. * cli/cli-dump.c (restore_section_callback) (restore_binary_file): Use gdb_byte for byte buffers. * proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts. (ps_xfer_memory): Use gdb_byte for byte buffers. * tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char for string buffers. * ser-tcp.c (net_open): Make len a socklen_t. | |||||
2002-02-24 | s/Linux/.../ | Andrew Cagney | 1 | -3/+4 | |
Fix PR gdb/378. | |||||
2001-10-14 | * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build. | Mark Kettenis | 1 | -1/+1 | |
2001-05-15 | Redefine ptid_t to be a struct rather than an int. | Kevin Buettner | 1 | -4/+0 | |
2001-05-06 | Consolidate save_inferior_ptid/restore_inferior_ptid implementation to | Kevin Buettner | 1 | -18/+0 | |
one source file. | |||||
2001-05-04 | Phase 1 of the ptid_t changes. | Kevin Buettner | 1 | -18/+18 | |
2000-12-15 | Replace free() with xfree(). | Kevin Buettner | 1 | -1/+1 | |
2000-09-03 | * config/i386/nm-linux.h (PREPARE_TO_PROCEED, ATTCH_LWP, | Mark Kettenis | 1 | -0/+333 | |
GET_THREAD_SIGNALS): New defines. * config/i386/linux.mh (NATDEPFILES): Remove lin-thread.o and linux-threads.o. Add proc-service.o, thread-db.o and lin-lwp.o. * proc-service.c: New file. * thread-db.c: New file. * lin-lwp.c: New file. |