Age | Commit message (Expand) | Author | Files | Lines |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+2 |
2009-09-21 | * windows-nat.c (ctrl_c_handler): Also handle CTRL_BREAK_EVENT. | Pierre Muller | 1 | -2/+2 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -1/+1 |
2009-06-17 | * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead | Ulrich Weigand | 1 | -3/+4 |
2009-06-16 | 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -1/+3 |
2009-06-07 | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 1 | -5/+5 |
2009-05-24 | * symfile.c (add_shared_symbol_files_command): Remove | Pierre Muller | 1 | -0/+4 |
2009-05-21 | * target.h (TARGET_WNOHANG): New. | Pedro Alves | 1 | -1/+1 |
2009-05-14 | Remove all i386 debug register low level macros in config nm files. | Pierre Muller | 1 | -6/+21 |
2009-04-17 | ARI fix: Do not use %p, replace by call to host_address_to_string | Pierre Muller | 1 | -8/+11 |
2009-04-01 | * windows-nat.c (+windows_get_ada_task_ptid): New function. | Joel Brobecker | 1 | -0/+7 |
2009-03-22 | * windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound for | Christopher Faylor | 1 | -36/+30 |
2009-03-22 | * win32-nat.c (ctrl_c_handler): New function. | Christopher Faylor | 1 | -21/+59 |
2009-03-22 | * windows-nat.c (DebugActiveProcessStop): Implement macro wraparound for | Christopher Faylor | 1 | -108/+140 |
2009-03-17 | Add a target_ops parameter to the to_kill method in struct target_ops. | Joel Brobecker | 1 | -3/+3 |
2009-03-08 | * windows-nat.c (dr): Redefine to use largest possible integer which holds a | Christopher Faylor | 1 | -2/+31 |
2009-02-24 | Fix windows-nat.c compilation failure. | Pierre Muller | 1 | -2/+2 |
2009-02-23 | * corelow.c (get_core_registers): Adjust. | Pedro Alves | 1 | -9/+14 |
2009-02-20 | * Extend use of i386_use_watchpoints to all i386 native files | Pierre Muller | 1 | -0/+2 |
2009-02-06 | * linux-nat.c (linux_nat_wait): Adjust. | Pedro Alves | 1 | -2/+3 |
2009-01-14 | * windows-nat.c (handle_unload_dll): Use %p to print the DLL | Joel Brobecker | 1 | -1/+1 |
2009-01-13 | * amd64-windows-nat.c Rename gdb-specific win32_* to windows_* throughout. | Christopher Faylor | 1 | -132/+131 |
2009-01-12 | Fix linking with --enable-targets=all: | Christopher Faylor | 1 | -7/+7 |
2009-01-11 | * win32-tdep.h, win32-tdep.c: New files. | Joel Brobecker | 1 | -1/+1 |
2009-01-11 | * win32-nat.h: New file. | Joel Brobecker | 1 | -50/+17 |
2009-01-09 | * win32-nat.c (get_module_name): Change the type of parameter | Joel Brobecker | 1 | -9/+10 |
2009-01-09 | * win32-nat.c (has_detach_ability, set_process_privilege): | Joel Brobecker | 1 | -9/+10 |
2009-01-09 | * win32-nat.c (CONTEXT_EXTENDED_REGISTERS): Define to 0 if not | Joel Brobecker | 1 | -0/+6 |
2009-01-09 | * win32-nat.c (get_image_name, win32_xfer_memory): Fix type | Joel Brobecker | 1 | -4/+4 |
2009-01-09 | * win32-nat.c (kernel32_DebugSetProcessKillOnExit): Renames | Joel Brobecker | 1 | -10/+11 |
2009-01-09 | * win32-nat.c (do_initial_win32_stuff): Add new ops parameter, | Joel Brobecker | 1 | -6/+6 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-11-09 | Kill pthread_ops_hack | Vladimir Prus | 1 | -5/+5 |
2008-10-02 | * win32-nat.c (do_initial_win32_stuff): Set inferior_ptid. | Pierre Muller | 1 | -0/+6 |
2008-09-22 | Remove the attach_flag global, and make it per-inferior. | Pedro Alves | 1 | -11/+13 |
2008-09-22 | Make the stop_soon global be per-inferior instead. | Pedro Alves | 1 | -3/+4 |
2008-09-22 | * gnu-nat.c (gnu_attach): Add process to inferiors table. | Pedro Alves | 1 | -0/+5 |
2008-09-08 | Remove the global stop_signal in favour of a per-thread | Pedro Alves | 1 | -2/+4 |
2008-08-08 | Use ptid_t.tid to store thread ids instead of ptid_t.pid. | Pedro Alves | 1 | -38/+67 |
2008-07-09 | Adjust all targets to new target_stop interface. | Pedro Alves | 1 | -2/+2 |
2008-07-09 | Adjust fork/vfork/exec to pass ptids around. | Pedro Alves | 1 | -2/+2 |
2008-07-03 | * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete. | Pedro Alves | 1 | -0/+1 |
2008-06-26 | * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H. | Daniel Jacobowitz | 1 | -1/+0 |
2008-06-24 | * win32-nat.c (safe_symbol_file_add_stub): Remove unused variable. | Christopher Faylor | 1 | -2/+3 |
2008-06-19 | * win32-nat.c (win32_pid_to_str): Use capital T for "Thread". | Pierre Muller | 1 | -1/+1 |
2008-06-18 | * win32-nat.c (handle_load_dll): Give dll name and load address | Pierre Muller | 1 | -0/+5 |
2008-05-20 | * win32-nat.c (win32_wait): Block the control-c event while | Joel Brobecker | 1 | -1/+19 |
2008-03-11 | * win32-nat.c (do_win32_fetch_inferior_registers): Use get_regcache_arch | Markus Deuling | 1 | -7/+5 |
2008-01-29 | * infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter | Joel Brobecker | 1 | -1/+1 |
2008-01-25 | 2008-01-24 Michael Snyder <msnyder@specifix.com> | Michael Snyder | 1 | -1/+1 |