Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | Move safe_strerror to common/ | Sergio Durigan Junior | 16 | -73/+212 |
2015-01-15 | Skip two more attach tests when testing against stub-like targets | Don Breazeal | 3 | -8/+17 |
2015-01-15 | Document the GDB 7.8.2 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 |
2015-01-15 | [Ada] 'first/'last/'length of array whose bound is a discriminant | Joel Brobecker | 7 | -2/+143 |
2015-01-14 | Detect 64-bit-ness in PowerPC Book III-E | Yao Qi | 16 | -11/+127 |
2015-01-14 | Move some ppc macros to nat/ppc-linux.h | Yao Qi | 6 | -81/+111 |
2015-01-14 | PR17525 - breakpoint commands not executed when program run from -x script | Pedro Alves | 6 | -2/+147 |
2015-01-14 | PR cli/17828: -batch -ex r breaks terminal | Pedro Alves | 5 | -0/+230 |
2015-01-13 | Enhance gdb.lookup_objfile so that it works with a symlinked binary. | Doug Evans | 6 | -2/+52 |
2015-01-13 | gdb/testsuite: Make clean mostlyclean should not delete *.py. | Joel Brobecker | 2 | -1/+5 |
2015-01-13 | Update NEWS post GDB 7.9 branch creation. | Joel Brobecker | 2 | -1/+9 |
2015-01-13 | Bump version to 7.9.50.DATE-cvs. | Joel Brobecker | 2 | -1/+6 |
2015-01-13 | [ARI] Remove trailing new-line in argument of call to warning.gdb-7.9-branchpoint | Joel Brobecker | 2 | -1/+6 |
2015-01-13 | [ARI] Remove trailing new-line in argument of call to warning. | Joel Brobecker | 2 | -1/+6 |
2015-01-13 | [python/Ada] gdb.lookup_type fails to looking primitive type | Joel Brobecker | 4 | -1/+100 |
2015-01-12 | Append to input history file instead of overwriting it | Patrick Palka | 4 | -4/+84 |
2015-01-12 | [darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h> | James Clarke | 2 | -1/+7 |
2015-01-12 | gdb.python/py-prompt.exp: restore GDBFLAGS | Pedro Alves | 2 | -0/+6 |
2015-01-12 | [testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip) | Jan Kratochvil | 2 | -4/+15 |
2015-01-11 | dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | Doug Evans | 2 | -1/+6 |
2015-01-11 | Require numeric attributes to specify the form. | Doug Evans | 7 | -18/+35 |
2015-01-11 | Temporarily revert symbol lookup cache. | Doug Evans | 5 | -828/+14 |
2015-01-11 | PR gdb/15830 | Doug Evans | 10 | -53/+159 |
2015-01-11 | Fix build on OpenBSD. | Mark Kettenis | 2 | -1/+7 |
2015-01-11 | symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain. | Doug Evans | 2 | -7/+38 |
2015-01-11 | tweak previous entry | Doug Evans | 1 | -1/+1 |
2015-01-11 | Improve comments for symbol_cache_mark_{not_,}found. | Doug Evans | 2 | -4/+16 |
2015-01-10 | Add symbol lookup cache. | Doug Evans | 5 | -14/+785 |
2015-01-10 | Fix use of wrong struct i387_xsave field in i387_cache_to_xsave | Joel Brobecker | 2 | -1/+7 |
2015-01-09 | Don't munge yacc's #line directives | Patrick Palka | 2 | -1/+5 |
2015-01-09 | Consolidate the custom TUI query hook with the default query hook | Patrick Palka | 4 | -114/+29 |
2015-01-09 | add non-stop test that stresses thread starvation issues | Pedro Alves | 3 | -0/+250 |
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 |