Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-15 | multi-arch ADDR_BITS_REMOVE. | Andrew Cagney | 9 | -25/+91 | |
2001-06-15 | * dwarf2.h: Partial merge with gcc version. | Per Bothner | 2 | -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-15 | Recognise the s390 host and target. | Andrew Cagney | 3 | -0/+13 | |
2001-06-15 | * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition. | Andrew Cagney | 5 | -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-15 | Add Paul Hilfinger and Joel Brobecker to the Write After Approval list. | Joel Brobecker | 2 | -1/+7 | |
2001-06-15 | * ldlang.c (lang_check): Emit fatal error if relocatable link | Hans-Peter Nilsson | 2 | -0/+8 | |
between different object flavours. | |||||
2001-06-15 | * lexsup.c (parse_args) <case OPTION_EXPORT_DYNAMIC, case 'E'>: | Hans-Peter Nilsson | 3 | -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 Nilsson | 2 | -0/+7 | |
2001-06-15 | Chnage styp_flags_to_sec_flags() to a boolean function | Nick Clifton | 8 | -208/+234 | |
2001-06-15 | Chnage load_symbols() to a boolean function | Nick Clifton | 2 | -25/+54 | |
2001-06-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-06-14 | Fix doco on ``!'' and ``R'' packets. | Andrew Cagney | 2 | -10/+18 | |
2001-06-14 | Index: opcodes/ChangeLog | Geoffrey Keating | 5 | -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-14 | 2001-06-14 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -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-14 | 2001-06-13 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -0/+50 | |
* gdb.texinfo (Protocol): Add doc for new packet "qSymbol:". | |||||
2001-06-14 | * tracepoint.c (trace_command): We now have tracepoint | Keith Seitz | 2 | -14/+7 | |
events. Get rid of those ugly hooks. (tracepoint_operation): Likewise. (trace_pass_command): Likewise. | |||||
2001-06-14 | 2001-06-13 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -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 Blandy | 2 | -1/+9 | |
2001-06-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-06-13 | 2001-06-13 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 4 | -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-13 | 2001-06-13 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2 | -0/+6 | |
* MAINTAINERS: Add Andrew Cagney as co-maintainer of testsuite/gdb.mi. | |||||
2001-06-13 | Handle GDB's gdb/version.in. | Andrew Cagney | 2 | -1/+10 | |
2001-06-13 | s/basename/lbasename/ clean up consequences of assuming lbasename() | Andrew Cagney | 3 | -9/+20 | |
returns const char *. | |||||
2001-06-13 | Stop sh-coff port from trying to call dwarf2 debug functions | Nick Clifton | 2 | -0/+8 | |
2001-06-13 | * gas/vtable/vtable.exp (run_list_test): Don't run on sparc64. | Andreas Jaeger | 2 | -104/+109 | |
2001-06-13 | Fix typo in comment | Nick Clifton | 2 | -1/+5 | |
2001-06-13 | Regernate after recent change to as.texinfo | Nick Clifton | 1 | -2/+2 | |
2001-06-13 | Rebuild after recent change to gprof.texi | Nick Clifton | 1 | -200/+74 | |
2001-06-13 | * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR) | Eli Zaretskii | 3 | -12/+6 | |
(SLASH_STRING): Remove unised definitions. * config/i386/xm-cygwin.h: Likewise. | |||||
2001-06-13 | * gdb.texinfo (Signals): Clarify the default setting of signal | Eli Zaretskii | 2 | -3/+14 | |
handling. | |||||
2001-06-13 | Only pad the tesxt section if the data section is going to follow it. | Nick Clifton | 2 | -4/+13 | |
2001-06-13 | * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY, | Hans-Peter Nilsson | 3 | -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 *** | gdbadmin | 1 | -1/+1 | |
2001-06-12 | * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN | Catherine Moore | 2 | -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-12 | Remove self | Daniel Berlin | 1 | -1/+0 | |
2001-06-12 | * ui-out.c (ui_out_list_begin): Add parameter ``id''. | Andrew Cagney | 3 | -7/+16 | |
(make_cleanup_ui_out_list_begin_end): Ditto. Open the list. * ui-out.h: Update declarations. | |||||
2001-06-12 | Correct setup_xfail rule. | Nick Clifton | 2 | -1/+5 | |
2001-06-12 | Document use of comparison operators as infix operators | Nick Clifton | 2 | -1/+41 | |
2001-06-12 | s/char */const char */ | Andrew Cagney | 5 | -14/+29 | |
2001-06-12 | merge from gcc | DJ Delorie | 3 | -0/+10 | |
2001-06-12 | Add lgh instruction. | Nick Clifton | 3 | -0/+7 | |
2001-06-12 | Bytes stored in target order, not host order. | Nick Clifton | 2 | -3/+8 | |
2001-06-12 | Fix m68k/mri mode problems. | Nick Clifton | 8 | -42/+132 | |
2001-06-12 | fix test for overlflow of literal pool | Nick Clifton | 2 | -1/+5 | |
2001-06-12 | * gas/i386/x86_64.d: Update for 2001-06-11 disassembler change. | Alan Modra | 2 | -3/+7 | |
2001-06-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2001-06-11 | s/supress/suppress/ | Andrew Cagney | 2 | -6/+10 | |
2001-06-11 | 2001-06-11 H.J. Lu <hjl@gnu.org> | H.J. Lu | 6 | -4/+31 | |
* NEWS: Updated for the new -n option for the MIPS assembler. * config/tc-mips.c (md_show_usage): Add -n. * doc/as.texinfo: Document the new -n option. * doc/c-mips.texi: Likewise. * doc/as.1: Regenerated. | |||||
2001-06-11 | s/char */const char */ | Andrew Cagney | 3 | -40/+86 | |
2001-06-11 | 2001-06-10 Michael Chastain <chastain@redhat.com> | Michael Chastain | 2 | -2/+6 | |
* gdb.base/exprs.exp: Remove a duplicate test. |