Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-03-04 | * Makefile.in (all-gdbtk): Fix $srcdir to ${srcdir}. | Alexandre Oliva | 2 | -3/+7 | |
2000-03-04 | Transfer SIM maintainership to Frank. | Andrew Cagney | 2 | -1/+13 | |
2000-03-04 | Add MichaelS and PeterS to all privs list. | Andrew Cagney | 2 | -2/+8 | |
2000-03-04 | Don't use LONG_LONG when it isn't available. | Andrew Cagney | 2 | -3/+7 | |
2000-03-04 | Comment out longest_raw_hex_string. | Andrew Cagney | 3 | -0/+15 | |
2000-03-04 | When GDB doesn't recognize the -i=mi option, assume there is no MI support. | Andrew Cagney | 2 | -0/+11 | |
2000-03-04 | Make mmalloc functions consistent. Some need ISO-C others need PTR :-(. | Andrew Cagney | 3 | -14/+16 | |
2000-03-04 | Oops, lost update to defs.h:null_cleanup(). | Andrew Cagney | 2 | -1/+2 | |
2000-03-04 | Convert extract/store functions to ISO-C. | Andrew Cagney | 3 | -29/+20 | |
2000-03-04 | Convert make_cleanup functions to ISO-C. | Andrew Cagney | 3 | -28/+40 | |
2000-03-03 | 2000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 4 | -11/+20 | |
* defs.h (struct continuation_arg): Change type of field 'data' from PTR to void *. * event-loop.h: Eliminate uses of PTR, use 'void *' instead. * event-top.c: Ditto. | |||||
2000-03-03 | Move GDBtk's ``ln -s ... gdbtcl'' code out of configure. | Andrew Cagney | 4 | -215/+247 | |
Add CONFIG_CLEAN, CONFIG_ALL to configured targets. Add all-gdbtk, clean-gdbtk. | |||||
2000-03-03 | Only configure GDBtk when it is present. | Andrew Cagney | 4 | -322/+336 | |
2000-03-03 | 2000-03-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -1/+6 | |
* config/alpha/alpha-linux.mh: Remove core-regset.o fron the NATDEPFILES list. | |||||
2000-03-02 | Attempt to fix AIX/i386 target. | Mark Kettenis | 2 | -29/+25 | |
2000-03-02 | Fixes for extract_floating() and store_floating(). | Kevin Buettner | 2 | -13/+14 | |
2000-03-02 | * uw-thread.c: Apply GNU conventions to comment formatting. | Nicholas Duffek | 2 | -208/+166 | |
(deactivate_uw_thread): Call remove_thread_event_breakpoints(). (uw_thread_mourn_inferior): Move remove_thread_event_breakpoints() call to deactivate_uw_thread(). | |||||
2000-03-01 | Daniel Berlin is C++ maintainer. | Andrew Cagney | 2 | -1/+6 | |
2000-03-01 | Mark Kettenis is the x86 architcture maintainer and a joint | Andrew Cagney | 2 | -4/+22 | |
GNU/Linux/x86 maintainer. Nick Duffeck and Robert Lipe share SCO/Unixware. Nick Duffek and Peter Schauer share Solaris/x86. | |||||
2000-03-01 | 2000-03-01 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 2 | -4/+8 | |
* mi-cmd-disas.c (mi_cmd_disassemble): Use ui_out_field_core_addr() instead of print_address_numeric(), to maintain consistency throughout MI. | |||||
2000-03-01 | From Fernando: call generic_mourn_inferior() when closing rdi and sim | Andrew Cagney | 3 | -0/+8 | |
targets. | |||||
2000-03-01 | Note that there is no need to send configure.in patches. | Andrew Cagney | 2 | -0/+12 | |
2000-03-01 | 2000-03-01 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -1/+5 | |
* MAINTAINERS: Correct my own mail address. | |||||
2000-03-01 | Identify maintainers caught up in a paper trail. | Andrew Cagney | 2 | -6/+12 | |
2000-02-29 | From Peter Schauer: Fix Solaris/x86 threads by copying linux code. | Andrew Cagney | 4 | -64/+18 | |
2000-02-29 | From Peter Schauer: Define Solaris/x86 MERGEPID. | Andrew Cagney | 2 | -0/+6 | |
2000-02-29 | From J.T.: Convert i386 to updated frame_saved_regs. | Andrew Cagney | 3 | -15/+24 | |
2000-02-29 | From Peter Schauer - fix mmalloc bitrot. | Andrew Cagney | 2 | -2/+8 | |
2000-02-29 | From Eli. Bring go32 target up-to-date with recent GDB i386 changes. | Andrew Cagney | 5 | -22/+59 | |
2000-02-29 | From Eli. Warning fixes. | Andrew Cagney | 4 | -8/+23 | |
2000-02-29 | Include <ctype.h> for isupper(). | Andrew Cagney | 2 | -0/+5 | |
2000-02-29 | Add more checks for no stack frame. | Andrew Cagney | 3 | -1/+14 | |
2000-02-29 | Read 2 byte (16 bit addresses) when needed. | Andrew Cagney | 2 | -0/+8 | |
2000-02-29 | Fix a typo. | Christopher Faylor | 1 | -3/+3 | |
2000-02-28 | *** empty log message *** | Jim Blandy | 1 | -5/+0 | |
2000-02-28 | Update copyright date in file. | Scott Bambrough | 2 | -2/+2 | |
2000-02-28 | 2000-02-28 Scott Bambrough <scottb@netwinder.org> | Scott Bambrough | 2 | -1/+2 | |
* config/arm/linux.mh (NATDEPFILES): Removed core-regset.o. Not used. Required to get GDB to build on glibc 2.1.3. * config/arm/tm-linux.h (LOWEST_PC): Undefine LOWEST_PC before redefining. Gets rid of compiler warning. | |||||
2000-02-28 | 2000-02-28 Scott Bambrough <scottb@netwinder.org> | Scott Bambrough | 2 | -15/+26 | |
* arm-linux-nat.c (fetch_nw_fpe_*): Renamed to fetch_nwfpe_* to use the same naming convention as in the Linux kernel. Modified prototype to get rid of unused parameters. (store_nw_fpe_*): Renamed to store_nwfpe_* to use the same naming convention as in the Linux kernel. Fixed calls to fetch_nwfpe_*. (store_fpregs): Fixed calls to store_nwfpe_*. Removed unused variable. | |||||
2000-02-28 | Oops. Fix e-mail address. | Andrew Cagney | 1 | -1/+1 | |
2000-02-28 | Transfer d30v to David Taylor. | Andrew Cagney | 2 | -1/+5 | |
2000-02-28 | * win32-nat.c: Remove unneeded header. | Christopher Faylor | 4 | -3/+5 | |
* wince.c: Ditto. | |||||
2000-02-28 | Eliminate debugging argument. | Christopher Faylor | 1 | -1/+0 | |
2000-02-28 | Correct copyright. | Christopher Faylor | 2 | -4/+4 | |
2000-02-28 | Include "gdb_wait.h" instead of "wait.h". | Andrew Cagney | 2 | -1/+5 | |
2000-02-28 | Add MAINTAINERS file to mmalloc directory - part of GDB and maintained | Andrew Cagney | 2 | -7/+20 | |
by GDB's Host maintainers. | |||||
2000-02-26 | 2000-02-26 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 2 | -216/+329 | |
* gnu-nat.c: Include "gdbthread.h". Include <hurd.h>. Reorder headers a bit. Overall cleanup and minor reformatting. (MIG_SERVER_DIED): Remove define. (proc_update_sc): Add braces to silence compiler warning. (proc_steal_exc_port): Initialize err to zero. (make_proc): Add braces to silence compiler warning. (inf_validate_task_sc): Add cast to silence compiler warning. (inf_set_traced): Reorganize a bit to silence compiler warning. (inf_validate_procs): Use mach_msg_type_number_t for all thread numbers and add braces to silence compiler warning. (gnu_wait): Add prototypes for server functions and add braces to silence compiler warnings. (S_exception_raise_request): Pass subcode to inf_debug call. (gnu_write_inferior): Remove unused variable `protection_changed'. (gnu_xfer_memory): Remove unused variable `result'. (set_sig_thread_cmd): Remove unused varible `tid'. (set_signals_cmd): Remve unused variable `trace'. (add_task_commands): Provide complete prototype. Reformat help strings a bit to make sure the first line is a full sentence. Call info_port_rights_cmd instead of info_send_rights_cmd for the "info port-rights" command. (add_thread_commands): Provide complete prototype. Make static. Reformat help strings a bit to make sure the first line is a full sentence. (_initialize_gnu_nat): Provide complete prototype. | |||||
2000-02-26 | 2000-02-26 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 1 | -0/+1 | |
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated. | |||||
2000-02-26 | 2000-02-26 Mark Kettenis <kettenis@gnu.org> | Mark Kettenis | 4 | -319/+353 | |
Make cross-compilation for the Hurd more friendly. From Jeff Bailey <jbailey@gnu.org>: * configure.in: Use AC_CHECK_TOOL to find MiG. * Makefile.in (MIG): New variable. * config/i386/i386gnu.mh (MIG): Remove. * configure: Regenerated. | |||||
2000-02-26 | Changes to skip_prologue for PPC architecture. | Kevin Buettner | 2 | -11/+40 | |
2000-02-26 | Add comment explaining ppc_linux_memory_remove_breakpoint (). | Kevin Buettner | 1 | -2/+124 | |