Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-20 | malloc() -> xmalloc. | Andrew Cagney | 10 | -36/+34 | |
Move malloc() decl to utils.c | |||||
2001-03-20 | Move realoc() decl to utils.c. s/realloc()/xrealloc()/. | Andrew Cagney | 7 | -12/+19 | |
2001-03-20 | Move free() decl to utils.c. | Andrew Cagney | 4 | -7/+14 | |
2001-03-20 | Add proc-service.o to NATDEPFILES. | Kevin Buettner | 2 | -1/+7 | |
2001-03-19 | Zap __STDC__ references. | Andrew Cagney | 6 | -14/+11 | |
2001-03-19 | * TODO: List known problems with TUI. | Andrew Cagney | 2 | -1/+104 | |
2001-03-19 | Jimmy Guo stepping down. | Andrew Cagney | 2 | -3/+14 | |
2001-03-19 | * remote.c (remote_cisco_section_offsets): Do not cast result from | Andrew Cagney | 2 | -4/+11 | |
bfd_get_section_name. (compare_sections_command): Ditto. (remote_cisco_section_offsets): Make ``p'' a const pointer. (compare_sections_command): Ditto for ``sectname''. | |||||
2001-03-19 | * valops.c (hand_function_call): Simplify computation of the | Andrew Cagney | 2 | -12/+11 | |
address of the pushed argument. | |||||
2001-03-19 | * p-exp.y (parse_number): Avoid shift overflow when ``long''. | Andrew Cagney | 2 | -7/+11 | |
Code copied from c-exp.y. | |||||
2001-03-19 | Document a native system printing output outside of the MI as a known | Andrew Cagney | 2 | -1/+16 | |
bug. | |||||
2001-03-19 | Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. | Kevin Buettner | 1 | -0/+23 | |
2001-03-19 | Fix solib support so that non-svr4-solib-host x svr4-solib-target will work. | Kevin Buettner | 5 | -154/+351 | |
2001-03-19 | Fix NetBSD 1.4 build problem. | Kevin Buettner | 2 | -2/+14 | |
2001-03-18 | 2001-03-17 Michael Chastain <chastain@redhat.com> | Michael Chastain | 3 | -2/+9 | |
* win32-nat.c (child_attach): check args for NULL before passing to strtoul. This fixes PR gdb/43. | |||||
2001-03-17 | * i387-nat.h: Doc Fix. | Mark Kettenis | 2 | -1/+3 | |
2001-03-17 | * i386-tdep.c: Fix formatting. | Mark Kettenis | 2 | -220/+214 | |
(i386_get_frame_setup, i386_follow_jump, codestream_read, codestream_seek, codestream_fill, skip_trampoline_code, gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant prototypoes. | |||||
2001-03-17 | * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's | Mark Kettenis | 2 | -29/+6 | |
no longer used. Also remove associated FIXME. | |||||
2001-03-17 | Add support for m/M methods - pure multi-arch. These do not have | Andrew Cagney | 2 | -25/+99 | |
macros and take a gdbarch parameter. | |||||
2001-03-16 | * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use | J.T. Conklin | 3 | -9/+34 | |
h8300_frame_args_address from frame_args_address. (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address from frame_locals_address. (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook from print_register_hook. (h8300_frame_args_address): Declare. (h8300_frame_find_saved_regs): Declare. (h8300_frame_locals_address): Declare. (h8300_frame_saved_pc): Declare. (h8300_pop_frame): Declare. (h8300_print_register_hook): Declare. * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration. (h8300_frame_args_address): Renamed from frame_args_address. (h8300_frame_locals_address): Renamed from frame_locals_address. (h8300_pop_frame): Renamed from pop_frame. (h8300_print_register_hook): Renamed from print_register_hook. ------------------------------------------------------------------- | |||||
2001-03-16 | 2001-03-12 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -20/+11 | |
* gdb.c++/derivation.exp: Use the 'runto' library function. | |||||
2001-03-16 | 2001-03-12 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -2/+6 | |
* gdb.c++/annota2.exp: Fix regular expression for "post-query". | |||||
2001-03-16 | Change type of ``storage_needed'' from unsigned int to long. | Kevin Buettner | 3 | -6/+12 | |
2001-03-16 | 2001-02-24 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -77/+39 | |
* gdb.c++/ref-types.exp: Change handwritten code to library function 'runto'. | |||||
2001-03-16 | 2001-03-16 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -0/+4 | |
* gdb.base/signals.exp: Set count to 0 explicitly. | |||||
2001-03-16 | 2001-03-16 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -0/+3 | |
* gdb.base/signals.exp: Set count to 0 explicitly. | |||||
2001-03-16 | Misc. cleanups. | Kevin Buettner | 2 | -16/+24 | |
2001-03-15 | *** empty log message *** | Mark Salter | 1 | -0/+2 | |
2001-03-15 | (gdb_load): Add support for additional target_info: gdb_download_size | Mark Salter | 1 | -1/+18 | |
and gdb_load_timeout. | |||||
2001-03-15 | *** empty log message *** | Mark Salter | 1 | -0/+5 | |
2001-03-15 | (gdb_target_cmd): Add explicit error return. | Mark Salter | 1 | -1/+2 | |
(gdb_target_monitor): Add check of gdb_target_cmd return value. | |||||
2001-03-15 | 2001-03-15 Martin Hunt <hunt@redhat.com> | Martin Hunt | 2 | -6/+9 | |
* linespec.c (decode_line_1): Remove trailing quote when parsing double quotes. | |||||
2001-03-15 | Pass NULL for the mem_attrib argument in the to_xfer_memory calls. | Kevin Buettner | 2 | -7/+13 | |
2001-03-15 | Add list of targets being obsoleted. | Andrew Cagney | 3 | -5/+49 | |
2001-03-15 | Add ``attrib'' parameter to *xfer_memory() functions. | Andrew Cagney | 8 | -8/+25 | |
2001-03-15 | Note Harris 88k is obsolete in news file. | Andrew Cagney | 2 | -0/+6 | |
2001-03-14 | Include regcache.h | Andrew Cagney | 45 | -0/+128 | |
2001-03-14 | Update target list. | Andrew Cagney | 3 | -10/+38 | |
2001-03-14 | * linespec.c (decode_line_1): Skip argptr over a leading | Keith Seitz | 2 | -2/+7 | |
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes. | |||||
2001-03-14 | Add entry of ia64-aix-nat.c. | Kevin Buettner | 2 | -0/+5 | |
2001-03-14 | Eliminate some uses of __STDC__. | Andrew Cagney | 13 | -73/+17 | |
2001-03-13 | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 14 | -31/+51 | |
2001-03-13 | 2001-03-13 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -2/+7 | |
From Steven Johnson <sjohnson@neurizon.net> * cli/cli-script.c (define_command): Fix setting of post hooks. | |||||
2001-03-13 | * i386-linux-tdep.c: Fix formatting and clarify comments. | Mark Kettenis | 2 | -15/+20 | |
(i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 where appropriate. | |||||
2001-03-13 | * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>. | Andrew Cagney | 2 | -7/+17 | |
(proc_update_sc): Use gdb_assert instead of assert. (proc_abort): Ditto. (inf_set_step_thread): Ditto. (gnu_wait): Ditto. (S_exception_raise_request): Ditto. (gnu_terminal_init_inferior): Ditto. | |||||
2001-03-10 | Cleanup solib-svr4.c by moving legacy code out to its own file. | Kevin Buettner | 40 | -140/+294 | |
2001-03-10 | Committed. | Kevin Buettner | 2 | -10/+30 | |
2001-03-09 | Move Philip Blundell to Write After Approval list. | Andrew Cagney | 2 | -1/+5 | |
2001-03-09 | * MAINTAINERS: Add myself to write after approval list. | Keith Seitz | 2 | -0/+5 | |
2001-03-09 | * i387-tdep.c (print_i387_status_word): Fix printing of Stack | Mark Kettenis | 2 | -1/+6 | |
fault flag. It is bit 6 of the x87 FPU status word, not bit 7. |