Age | Commit message (Expand) | Author | Files | Lines |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -2/+2 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -1/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -5/+5 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-07 | Remove duplicated #include's from GDB | Honggyu Kim | 1 | -1/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-16 | Fix compilation error for cygwin native build. | Pierre Muller | 1 | -3/+13 |
2013-12-10 | nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing | Joel Brobecker | 1 | -0/+86 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |
2013-09-02 | Fix small indentation error in last commit | Pierre Muller | 1 | -2/+2 |
2013-09-02 | * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY | Pierre Muller | 1 | -1/+9 |
2013-09-02 | * windows-nat.c (windows_xfer_memory): Fix compilation failure | Pierre Muller | 1 | -4/+4 |
2013-08-27 | windows-nat.c: Don't install a deprecated_xfer_memory method. | Pedro Alves | 1 | -22/+17 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -1/+0 |
2013-06-11 | windows-nat.c:thread_rec: Add missing empty line after var declaration. | Joel Brobecker | 1 | -0/+1 |
2013-06-11 | [windows] Fix accidental change of %u -> %d in SuspendThread warning. | Joel Brobecker | 1 | -1/+1 |
2013-06-11 | windows: Prefix thread ID values with "0x" in debug traces | Joel Brobecker | 1 | -10/+10 |
2013-06-11 | windows: Add thread ID in SuspendThread error warning message. | Joel Brobecker | 1 | -2/+3 |
2013-05-30 | windows_delete_thread: Add missing space in cast expression | Joel Brobecker | 1 | -1/+1 |
2013-05-22 | Fix reporting of DLL unload events on MS-Windows. | Eli Zaretskii | 1 | -1/+0 |
2013-05-20 | Add missing empty line after var declarations in handle_unload_dll | Joel Brobecker | 1 | -0/+1 |
2013-05-04 | Announce thread death on MS-Windows. | Eli Zaretskii | 1 | -3/+8 |
2013-04-06 | Unbreak Windows-hosted cross debugger builds. | Eli Zaretskii | 1 | -12/+0 |
2013-03-27 | * windows-nat.c (handle_output_debug_string): Avoid typecast | Pierre Muller | 1 | -1/+1 |
2013-03-26 | windows-nat.c: Add empty line after local block variable definitions. | Joel Brobecker | 1 | -0/+2 |
2013-03-23 | Fix relocation of directories in the MinGW build. | Eli Zaretskii | 1 | -0/+12 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-03-20 | * windows-nat.c (handle_output_debug_string): Replace call | Corinna Vinschen | 1 | -1/+1 |
2013-03-19 | * windows-nat.c (handle_output_debug_string): Change type of n to | Corinna Vinschen | 1 | -1/+1 |
2013-02-27 | * windows-nat.c: Throughout, fix format strings and casts of | Corinna Vinschen | 1 | -32/+34 |
2013-02-19 | * windows-nat.c (windows_xfer_memory): Fix debug-output | Kai Tietz | 1 | -4/+4 |
2013-02-13 | [native x86 GNU/Linux] Access debug register mirror from the corresponding pr... | Pedro Alves | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-14 | * windows-nat.c (windows_xfer_shared_libraries): Avoid | Pierre Muller | 1 | -5/+7 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -7/+9 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-10-24 | [Windows] run program with space in path to exe. | Joel Brobecker | 1 | -4/+8 |
2012-09-26 | * procfs.c: Add gdb_bfd header. | Pierre Muller | 1 | -0/+1 |
2012-08-22 | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 1 | -1/+1 |
2012-07-23 | * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr. | Tom Tromey | 1 | -2/+1 |
2012-07-23 | * bfd-target.c (target_bfd_reopen): Update. | Tom Tromey | 1 | -1/+2 |
2012-07-18 | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 1 | -3/+3 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -33/+33 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -4/+4 |
2012-05-04 | Segment register reading on Windows targets. | Joel Brobecker | 1 | -0/+20 |
2012-03-02 | gdb/ | Jan Kratochvil | 1 | -2/+12 |
2012-02-02 | * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of | Doug Evans | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |