Age | Commit message (Expand) | Author | Files | Lines |
2015-01-09 | [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 8 | -346/+506 |
2015-01-09 | linux-nat.c: better starvation avoidance, handle non-stop mode too | Pedro Alves | 6 | -302/+391 |
2015-01-09 | linux-nat.c: always mark execing LWP as resumed | Pedro Alves | 2 | -0/+9 |
2015-01-09 | linux-nat.c: clean up pending status checking and resuming LWPs | Pedro Alves | 2 | -120/+67 |
2015-01-09 | cleanup and speed up (software_)breakpoint_inserted_here_p | Pedro Alves | 2 | -25/+44 |
2015-01-09 | watch_thread_num.exp and targets with fairer event reporting | Pedro Alves | 4 | -14/+74 |
2015-01-09 | gdb.threads/{siginfo-thread.c,watchthreads-reorder.c,ia64-sigill.c} races wit... | Pedro Alves | 4 | -0/+51 |
2015-01-09 | Test attaching to a program that constantly spawns short-lived threads | Pedro Alves | 3 | -0/+288 |
2015-01-09 | Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supported | Pedro Alves | 6 | -12/+75 |
2015-01-09 | libthread_db: Skip attaching to terminated and joined threads | Pedro Alves | 5 | -0/+35 |
2015-01-09 | Linux: on attach, attach to lwps listed under /proc/$pid/task/ | Pedro Alves | 11 | -127/+406 |
2015-01-09 | libthread_db: debug output should go to gdb_stdlog | Pedro Alves | 2 | -15/+31 |
2015-01-09 | skip "attach" tests when testing against stub-like targets | Pedro Alves | 8 | -15/+50 |
2015-01-09 | gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning | Chen Gang | 1 | -0/+6 |
2015-01-09 | gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning | Chen Gang | 1 | -2/+7 |
2015-01-08 | always read synthetic pointers as signed integers | Yao Qi | 4 | -27/+19 |
2015-01-08 | Set language for C++ special symbols. | Pierre Muller | 2 | -2/+8 |
2015-01-08 | Recognize branch instruction on MIPS in gdb.trace/entry-values.exp | Yao Qi | 2 | -0/+18 |
2015-01-07 | Trivially tweak the comment documenting initial_gdb_ttystate | Patrick Palka | 2 | -2/+6 |
2015-01-07 | Empty line after comment documenting set_initial_gdb_ttystate. | Joel Brobecker | 2 | -0/+6 |
2015-01-07 | [testsuite patch] Fix avx512.exp regression | Jan Kratochvil | 2 | -1/+6 |
2015-01-07 | Don't propagate our current terminal state to the inferior | Patrick Palka | 4 | -1/+27 |
2015-01-07 | [python,guile] Add comment beside conditions testing empty arrays. | Joel Brobecker | 3 | -2/+7 |
2015-01-06 | gdb/guile: Do not error when trying to create empty array. | Joel Brobecker | 2 | -1/+6 |
2015-01-06 | gdb/python: exception trying to create empty array | Joel Brobecker | 4 | -1/+17 |
2015-01-03 | fix spelling of anon-ns2.cc in earlier entry, and whitespace in same entry | Doug Evans | 1 | -2/+2 |
2015-01-03 | c-exp.y: misc cleanup, no code changes | Doug Evans | 2 | -31/+36 |
2015-01-02 | gdb.cp/nsalias.exp: Fix output of external/declaration flags. | Doug Evans | 2 | -6/+10 |
2015-01-02 | MIPS: Make the extracted stack offset signed in the prologue scanner | Maciej W. Rozycki | 2 | -10/+16 |
2015-01-02 | gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc. | Doug Evans | 2 | -4/+8 |
2015-01-02 | dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | Doug Evans | 2 | -1/+4 |
2015-01-02 | symtab.h (struct symbol): Fix typo in comment. | Doug Evans | 2 | -1/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 3788 | -3792/+3796 |
2015-01-01 | Update copyright year printed by gdb, gdbserver and gdbreplay. | Joel Brobecker | 5 | -3/+12 |
2015-01-01 | Yearly gdb/ChangeLog rotation. | Joel Brobecker | 3 | -16650/+16664 |
2014-12-31 | Remove "add-shared-symbol-files", "dll-symbols" and "assf" commands doc. | Joel Brobecker | 4 | -24/+16 |
2014-12-30 | Remove "dll-symbols", "add-shared-symbol-files" and assf" commands. | Joel Brobecker | 2 | -93/+9 |
2014-12-29 | Sanitize input_interrupt output | Sergio Durigan Junior | 2 | -3/+19 |
2014-12-29 | [PATCH] Remove cast in Tag_ABI_VFP_args switch case stmts | Jiong Wang | 2 | -4/+9 |
2014-12-29 | Clean up gdb.trace/entry-values.exp | Yao Qi | 2 | -9/+14 |
2014-12-29 | Add moxiebox target support | Anthony Green | 2 | -1/+5 |
2014-12-28 | Fix small spelling mistake in gdb/ChangeLog. | Joel Brobecker | 1 | -1/+1 |
2014-12-27 | Update for moxie ISA changes | Anthony Green | 2 | -29/+51 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Terry Guo | 2 | -4/+17 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 15 | -63/+411 |
2014-12-23 | symtab.h (SYMBOL_DOMAIN_BITS): New macro. | Doug Evans | 2 | -1/+10 |
2014-12-23 | initialize_objfile_symbol: Renamed from initialize_symbol. | Doug Evans | 4 | -3/+8 |
2014-12-23 | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 7 | -11/+24 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 26 | -87/+156 |
2014-12-22 | cp-namespace.c (cp_lookup_symbol_via_all_imports): New function. | Doug Evans | 2 | -46/+43 |