aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2001-03-20malloc() -> xmalloc.Andrew Cagney10-36/+34
Move malloc() decl to utils.c
2001-03-20Move realoc() decl to utils.c. s/realloc()/xrealloc()/.Andrew Cagney7-12/+19
2001-03-20Move free() decl to utils.c.Andrew Cagney4-7/+14
2001-03-20Add proc-service.o to NATDEPFILES.Kevin Buettner2-1/+7
2001-03-19Zap __STDC__ references.Andrew Cagney6-14/+11
2001-03-19* TODO: List known problems with TUI.Andrew Cagney2-1/+104
2001-03-19Jimmy Guo stepping down.Andrew Cagney2-3/+14
2001-03-19* remote.c (remote_cisco_section_offsets): Do not cast result fromAndrew Cagney2-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 theAndrew Cagney2-12/+11
address of the pushed argument.
2001-03-19* p-exp.y (parse_number): Avoid shift overflow when ``long''.Andrew Cagney2-7/+11
Code copied from c-exp.y.
2001-03-19Document a native system printing output outside of the MI as a knownAndrew Cagney2-1/+16
bug.
2001-03-19Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.Kevin Buettner1-0/+23
2001-03-19Fix solib support so that non-svr4-solib-host x svr4-solib-target will work.Kevin Buettner5-154/+351
2001-03-19Fix NetBSD 1.4 build problem.Kevin Buettner2-2/+14
2001-03-182001-03-17 Michael Chastain <chastain@redhat.com>Michael Chastain3-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 Kettenis2-1/+3
2001-03-17* i386-tdep.c: Fix formatting.Mark Kettenis2-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'sMark Kettenis2-29/+6
no longer used. Also remove associated FIXME.
2001-03-17Add support for m/M methods - pure multi-arch. These do not haveAndrew Cagney2-25/+99
macros and take a gdbarch parameter.
2001-03-16* config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to useJ.T. Conklin3-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-162001-03-12 Michael Chastain <chastain@redhat.com>Michael Chastain2-20/+11
* gdb.c++/derivation.exp: Use the 'runto' library function.
2001-03-162001-03-12 Michael Chastain <chastain@redhat.com>Michael Chastain2-2/+6
* gdb.c++/annota2.exp: Fix regular expression for "post-query".
2001-03-16Change type of ``storage_needed'' from unsigned int to long.Kevin Buettner3-6/+12
2001-03-162001-02-24 Michael Chastain <chastain@redhat.com>Michael Chastain2-77/+39
* gdb.c++/ref-types.exp: Change handwritten code to library function 'runto'.
2001-03-162001-03-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+4
* gdb.base/signals.exp: Set count to 0 explicitly.
2001-03-162001-03-16 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+3
* gdb.base/signals.exp: Set count to 0 explicitly.
2001-03-16Misc. cleanups.Kevin Buettner2-16/+24
2001-03-15*** empty log message ***Mark Salter1-0/+2
2001-03-15(gdb_load): Add support for additional target_info: gdb_download_sizeMark Salter1-1/+18
and gdb_load_timeout.
2001-03-15*** empty log message ***Mark Salter1-0/+5
2001-03-15(gdb_target_cmd): Add explicit error return.Mark Salter1-1/+2
(gdb_target_monitor): Add check of gdb_target_cmd return value.
2001-03-152001-03-15 Martin Hunt <hunt@redhat.com>Martin Hunt2-6/+9
* linespec.c (decode_line_1): Remove trailing quote when parsing double quotes.
2001-03-15Pass NULL for the mem_attrib argument in the to_xfer_memory calls.Kevin Buettner2-7/+13
2001-03-15Add list of targets being obsoleted.Andrew Cagney3-5/+49
2001-03-15Add ``attrib'' parameter to *xfer_memory() functions.Andrew Cagney8-8/+25
2001-03-15Note Harris 88k is obsolete in news file.Andrew Cagney2-0/+6
2001-03-14Include regcache.hAndrew Cagney45-0/+128
2001-03-14Update target list.Andrew Cagney3-10/+38
2001-03-14 * linespec.c (decode_line_1): Skip argptr over a leadingKeith Seitz2-2/+7
double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
2001-03-14Add entry of ia64-aix-nat.c.Kevin Buettner2-0/+5
2001-03-14Eliminate some uses of __STDC__.Andrew Cagney13-73/+17
2001-03-13Eliminate ARCH_NUM_REGS.Andrew Cagney14-31/+51
2001-03-132001-03-13 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2-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 Kettenis2-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 Cagney2-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-10Cleanup solib-svr4.c by moving legacy code out to its own file.Kevin Buettner40-140/+294
2001-03-10Committed.Kevin Buettner2-10/+30
2001-03-09Move Philip Blundell to Write After Approval list.Andrew Cagney2-1/+5
2001-03-09 * MAINTAINERS: Add myself to write after approval list.Keith Seitz2-0/+5
2001-03-09* i387-tdep.c (print_i387_status_word): Fix printing of StackMark Kettenis2-1/+6
fault flag. It is bit 6 of the x87 FPU status word, not bit 7.