aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-16*** empty log message ***gdbadmin1-1/+1
2001-06-15Multi-arch CANNOT_FETCH_REGISTER() and CANNOT_STORE_REGISTER().Andrew Cagney9-20/+122
2001-06-152001-06-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni3-0/+8
* configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM S/390. * configure: Ditto.
2001-06-15Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().Andrew Cagney9-29/+148
2001-06-152001-06-15 Michael Snyder <msnyder@redhat.com>Michael Snyder2-64/+75
* infrun.c (context_switch): New function. Abstract the operation of saving and restoring infrun's state when switching threads. (handle_inferior_event): Normalize the handling of the 'thread hop' event (when the wrong thread hits a thread-specific breakpoint, and we need to solo-step that thread past the breakpoint). Call keep_going, instead of target_resume. Handle the subsequent singlestep-trap as a normal event instead of just resuming.
2001-06-15multi-arch ADDR_BITS_REMOVE.Andrew Cagney9-25/+91
2001-06-15 * dwarf2.h: Partial merge with gcc version.Per Bothner2-7/+54
(enum dwarf_descrim_list): Fix typo -> dwarf_discrim_list. (DW_LANG_Java): Use value from dwarf 2.1 draft (also used in gcc).
2001-06-15Recognise the s390 host and target.Andrew Cagney3-0/+13
2001-06-15* gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.Andrew Cagney5-28/+40
(EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with predicate. * gdbarch.h, gdbarch.c: Regenerate. * values.c (value_being_returned): Change the reference to EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
2001-06-15Add Paul Hilfinger and Joel Brobecker to the Write After Approval list.Joel Brobecker2-1/+7
2001-06-15 * ldlang.c (lang_check): Emit fatal error if relocatable linkHans-Peter Nilsson2-0/+8
between different object flavours.
2001-06-15 * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>:Hans-Peter Nilsson3-0/+8
Set new link_info member export_dynamic. * ldmain.c (main): Initialize new link_info member export_dynamic.
2001-06-15 * bfdlink.h (struct bfd_link_info): New member export_dynamic.Hans-Peter Nilsson2-0/+7
2001-06-15Chnage styp_flags_to_sec_flags() to a boolean functionNick Clifton8-208/+234
2001-06-15Chnage load_symbols() to a boolean functionNick Clifton2-25/+54
2001-06-15*** empty log message ***gdbadmin1-1/+1
2001-06-14Fix doco on ``!'' and ``R'' packets.Andrew Cagney2-10/+18
2001-06-14Index: opcodes/ChangeLogGeoffrey Keating5-8/+40
2001-06-13 Geoffrey Keating <geoffk@redhat.com> * cgen-asm.c (cgen_parse_keyword): When looking for the boundaries of a keyword, allow any special characters that are actually in one of the allowed keyword. * cgen-opc.c (cgen_keyword_add): Add any special characters to the nonalpha_chars field. Index: cgen/ChangeLog 2001-06-13 Geoffrey Keating <geoffk@redhat.com> * desc.scm (<keyword> 'gen-defn): Add extra zero into CGEN_KEYWORD_ENTRY initializers. Index: include/opcode/ChangeLog 2001-06-13 Geoffrey Keating <geoffk@redhat.com> * cgen.h (cgen_keyword): Add nonalpha_chars field.
2001-06-142001-06-14 Michael Snyder <msnyder@redhat.com>Michael Snyder2-5/+108
* remote.c (show_remote_protocol_qSymbol_packet_cmd, set_remote_protocol_qSymbol_packet_cmd): New functions. (init_all_packet_configs, show_remote_cmd): Add qSymbol packet. (remote_check_symbols): New function. Implement qSymbol packet, allowing target to request symbol lookup service from gdb. (remote_open_1, remote_async_open_1): Call remote_check_symbols, allowing symbol lookup from exec_bfd on connection to target. (remote_new_objfile): New function. Catch new objfile notifications from shared library module, and call remote_check_symbols. (_initialize_remote): Hook remote_new_objfile into the shared library notification chain. Add "set remote symbol-lookup" command.
2001-06-142001-06-13 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+50
* gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
2001-06-14 * tracepoint.c (trace_command): We now have tracepointKeith Seitz2-14/+7
events. Get rid of those ugly hooks. (tracepoint_operation): Likewise. (trace_pass_command): Likewise.
2001-06-142001-06-13 Philip Blundell <philb@gnu.org>Phil Blundell2-1/+6
* config/tc-arm.c (thumb_shift): Improve wording of error message. (do_t_arit): Likewise.
2001-06-14* lib/gdb.exp (gdb_test): Doc fix.Jim Blandy2-1/+9
2001-06-14*** empty log message ***gdbadmin1-1/+1
2001-06-132001-06-13 Michael Snyder <msnyder@redhat.com>Michael Snyder4-37/+71
* gdbthread.h (struct thread_info): Add new fields: current_line, current_symtab, step_sp, for saved infrun state. * thread.c (save_infrun_state, load_infrun_state): Save and restore current_line, current_symtab, and step_sp. (add_thread): Rather than adding assignments to initialize the new fields, just use memset (tp, 0, sizeof (*tp). This way future new fields will not be overlooked. * infrun.c (handle_inferior_event): Save and restore save_sp, current_line, and current_symtab when switching threads.
2001-06-132001-06-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+6
* MAINTAINERS: Add Andrew Cagney as co-maintainer of testsuite/gdb.mi.
2001-06-13Handle GDB's gdb/version.in.Andrew Cagney2-1/+10
2001-06-13s/basename/lbasename/ clean up consequences of assuming lbasename()Andrew Cagney3-9/+20
returns const char *.
2001-06-13Stop sh-coff port from trying to call dwarf2 debug functionsNick Clifton2-0/+8
2001-06-13 * gas/vtable/vtable.exp (run_list_test): Don't run on sparc64.Andreas Jaeger2-104/+109
2001-06-13Fix typo in commentNick Clifton2-1/+5
2001-06-13Regernate after recent change to as.texinfoNick Clifton1-2/+2
2001-06-13Rebuild after recent change to gprof.texiNick Clifton1-200/+74
2001-06-13 * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)Eli Zaretskii3-12/+6
(SLASH_STRING): Remove unised definitions. * config/i386/xm-cygwin.h: Likewise.
2001-06-13 * gdb.texinfo (Signals): Clarify the default setting of signalEli Zaretskii2-3/+14
handling.
2001-06-13Only pad the tesxt section if the data section is going to follow it.Nick Clifton2-4/+13
2001-06-13 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,Hans-Peter Nilsson3-0/+555
OBJCOPYFLAGS, READELF, READELFFLAGS, LD, LDFLAGS): Provide default. * lib/ld-lib.exp (run_dump_test): Import from gas testsuite. Add new options "ld", "source", "xfail", "target", "notarget" and "error". Support the runtest_file_p "*.exp=testname" feature. (slurp_options, regexp_diff, file_contents, verbose_eval): Import from gas testsuite.
2001-06-13*** empty log message ***gdbadmin1-1/+1
2001-06-12 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGNCatherine Moore2-5/+23
with the file_align entry from elf_backend_data. (elf_gc_smash_unused_vtentry_relocs): Likewise. (elf_gc_record_vtentry): Likewise.
2001-06-12Remove selfDaniel Berlin1-1/+0
2001-06-12* ui-out.c (ui_out_list_begin): Add parameter ``id''.Andrew Cagney3-7/+16
(make_cleanup_ui_out_list_begin_end): Ditto. Open the list. * ui-out.h: Update declarations.
2001-06-12Correct setup_xfail rule.Nick Clifton2-1/+5
2001-06-12Document use of comparison operators as infix operatorsNick Clifton2-1/+41
2001-06-12s/char */const char */Andrew Cagney5-14/+29
2001-06-12merge from gccDJ Delorie3-0/+10
2001-06-12Add lgh instruction.Nick Clifton3-0/+7
2001-06-12Bytes stored in target order, not host order.Nick Clifton2-3/+8
2001-06-12Fix m68k/mri mode problems.Nick Clifton8-42/+132
2001-06-12fix test for overlflow of literal poolNick Clifton2-1/+5
2001-06-12 * gas/i386/x86_64.d: Update for 2001-06-11 disassembler change.Alan Modra2-3/+7