Age | Commit message (Expand) | Author | Files | Lines |
2006-06-22 | * remote-utils.c (remote_escape_output, remote_unescape_input): New. | Daniel Jacobowitz | 4 | -8/+166 |
2006-06-21 | gdb/ | Daniel Jacobowitz | 2 | -0/+12 |
2006-05-30 | * remote-utils.c (all_symbols_looked_up): New variable. | Daniel Jacobowitz | 4 | -3/+29 |
2006-05-30 | Typo fix. | Daniel Jacobowitz | 1 | -1/+1 |
2006-05-30 | gdb/ | Daniel Jacobowitz | 3 | -2/+36 |
2006-05-09 | * configure.srv (m68k*-*-uclinux*): New target. | Nathan Sidwell | 5 | -1/+88 |
2006-03-15 | * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h". | Daniel Jacobowitz | 3 | -4/+40 |
2006-03-15 | * configure.ac: Remove checks for prfpregset_t. | Daniel Jacobowitz | 10 | -228/+106 |
2006-03-03 | * remote-utils.c (prepare_resume_reply): Move declaration | Daniel Jacobowitz | 2 | -1/+8 |
2006-02-15 | * linux-low.c (regsets_store_inferior_registers): Read the regset | Daniel Jacobowitz | 2 | -3/+22 |
2006-02-08 | * server.c (attach_inferior): Return SIGTRAP for a successful | Daniel Jacobowitz | 2 | -0/+11 |
2006-02-01 | * Makefile.in (OBS): Add version.o. | Daniel Jacobowitz | 4 | -13/+59 |
2005-12-23 | * linux-arm-low.c: | Eli Zaretskii | 36 | -101/+141 |
2005-11-13 | * linux-arm-low.c (arm_eabi_breakpoint): New variable. | Daniel Jacobowitz | 2 | -1/+21 |
2005-11-02 | * configure.srv (x86_64-*-linux*): Turn on thread_db support. | Daniel Jacobowitz | 3 | -1/+53 |
2005-10-25 | * regformats/reg-ia64.dat: Remove NAT registers. | Andreas Schwab | 3 | -20/+10 |
2005-09-17 | * acinclude.m4: Correct quoting. | Daniel Jacobowitz | 7 | -59/+124 |
2005-07-31 | From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>: | Daniel Jacobowitz | 2 | -3/+7 |
2005-07-13 | * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS | Daniel Jacobowitz | 10 | -12/+93 |
2005-07-13 | * inferiors.c (struct thread_info): Add gdb_id. | Daniel Jacobowitz | 6 | -27/+115 |
2005-07-13 | * linux-low.c (fetch_register, usr_store_inferior_registers): Handle | Daniel Jacobowitz | 4 | -2/+27 |
2005-07-01 | * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS. | Steve Ellcey | 5 | -31/+36 |
2005-06-17 | * linux-low.c (linux_wait, linux_send_signal): Don't test | Daniel Jacobowitz | 4 | -5/+13 |
2005-06-14 | * configure.ac: Simplify and improve check for socklen_t. | Mark Kettenis | 4 | -35/+62 |
2005-06-13 | * acconfig.h: Remove. | Daniel Jacobowitz | 28 | -135/+284 |
2005-05-28 | gdb/ | Daniel Jacobowitz | 4 | -3/+131 |
2005-05-23 | 2005-05-23 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 5 | -1/+536 |
2005-05-16 | * linux-low.c (fetch_register): Ensure buffer size is a multiple | Ulrich Weigand | 2 | -6/+17 |
2005-05-12 | 2005-05-12 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 6 | -1/+168 |
2005-05-10 | * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define. | Ulrich Weigand | 2 | -1/+49 |
2005-05-04 | * proc-service.c (ps_lgetregs): Search all_processes instead of | Daniel Jacobowitz | 2 | -4/+11 |
2005-05-04 | * server.c (start_inferior): Change return type to int. | Daniel Jacobowitz | 2 | -6/+13 |
2005-04-15 | 2005-04-15 Ke Sakamoto <sakamoto.kei@renesas.com> | Kazuhiro Inaoka | 4 | -1/+115 |
2005-03-04 | * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly. | Daniel Jacobowitz | 2 | -1/+5 |
2005-03-03 | * inferiors.c (change_inferior_id, add_thread, find_inferior_id): | Daniel Jacobowitz | 8 | -57/+84 |
2005-02-24 | * acinclude.m4: Include bfd/bfd.m4 directly. | Daniel Jacobowitz | 5 | -101/+68 |
2005-01-07 | Index: ChangeLog | Andrew Cagney | 3 | -1177/+4300 |
2004-12-08 | * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset | Daniel Jacobowitz | 4 | -75/+99 |
2004-11-21 | * linux-m68k-low.c (m68k_num_gregs): Define. | Andreas Schwab | 3 | -1/+109 |
2004-10-21 | * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing. | Joel Brobecker | 2 | -0/+16 |
2004-10-16 | * linux-i386-low.c (ps_get_thread_area): New. | Daniel Jacobowitz | 7 | -101/+241 |
2004-10-16 | * configure.in: Test for -rdynamic. | Daniel Jacobowitz | 4 | -3/+39 |
2004-09-13 | Index: ChangeLog | Andrew Cagney | 2 | -1/+5 |
2004-03-23 | * linux-low.c (linux_wait): Clear all_processes list also. | Daniel Jacobowitz | 2 | -1/+9 |
2004-03-12 | * linux-low.c: Include <errno.h>. Remove extern declaration of | Daniel Jacobowitz | 2 | -2/+6 |
2004-03-12 | * gdbreplay.c, server.h, utils.c: Update copyright years. | Daniel Jacobowitz | 4 | -3/+7 |
2004-03-05 | * server.c (main): Print child status or termination signal from | Daniel Jacobowitz | 2 | -2/+8 |
2004-03-05 | * linux-low.c (linux_read_memory): Change return type to | Daniel Jacobowitz | 5 | -9/+32 |
2004-03-04 | * Makefile.in (distclean): Remove config.h, stamp-h, and config.log. | Daniel Jacobowitz | 2 | -7/+8 |
2004-02-29 | * server.c (handle_v_cont): Call set_desired_inferior. | Daniel Jacobowitz | 2 | -0/+5 |