aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Move code to disable ASR to nat/Sergio Durigan Junior29-84/+213
2015-01-15Move safe_strerror to common/Sergio Durigan Junior16-73/+212
2015-01-15Skip two more attach tests when testing against stub-like targetsDon Breazeal3-8/+17
2015-01-15Document the GDB 7.8.2 release in gdb/ChangeLogJoel Brobecker1-0/+4
2015-01-15[Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker7-2/+143
2015-01-14Detect 64-bit-ness in PowerPC Book III-EYao Qi16-11/+127
2015-01-14Move some ppc macros to nat/ppc-linux.hYao Qi6-81/+111
2015-01-14PR17525 - breakpoint commands not executed when program run from -x scriptPedro Alves6-2/+147
2015-01-14PR cli/17828: -batch -ex r breaks terminalPedro Alves5-0/+230
2015-01-13Enhance gdb.lookup_objfile so that it works with a symlinked binary.Doug Evans6-2/+52
2015-01-13gdb/testsuite: Make clean mostlyclean should not delete *.py.Joel Brobecker2-1/+5
2015-01-13Update NEWS post GDB 7.9 branch creation.Joel Brobecker2-1/+9
2015-01-13Bump version to 7.9.50.DATE-cvs.Joel Brobecker2-1/+6
2015-01-13[ARI] Remove trailing new-line in argument of call to warning.gdb-7.9-branchpointJoel Brobecker2-1/+6
2015-01-13[ARI] Remove trailing new-line in argument of call to warning.Joel Brobecker2-1/+6
2015-01-13[python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker4-1/+100
2015-01-12Append to input history file instead of overwriting itPatrick Palka4-4/+84
2015-01-12[darwin/gdb] Use <setjmp.h> instead of <machine/setjmp.h>James Clarke2-1/+7
2015-01-12gdb.python/py-prompt.exp: restore GDBFLAGSPedro Alves2-0/+6
2015-01-12[testsuite patch] Fix new FAIL: py-frame.exp: test Frame.read_register(rip)Jan Kratochvil2-4/+15
2015-01-11dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.Doug Evans2-1/+6
2015-01-11Require numeric attributes to specify the form.Doug Evans7-18/+35
2015-01-11Temporarily revert symbol lookup cache.Doug Evans5-828/+14
2015-01-11PR gdb/15830Doug Evans10-53/+159
2015-01-11Fix build on OpenBSD.Mark Kettenis2-1/+7
2015-01-11symtab.c (eq_symbol_entry): Use SYMBOL_SEARCH_NAME and symbol_matches_domain.Doug Evans2-7/+38
2015-01-11tweak previous entryDoug Evans1-1/+1
2015-01-11Improve comments for symbol_cache_mark_{not_,}found.Doug Evans2-4/+16
2015-01-10Add symbol lookup cache.Doug Evans5-14/+785
2015-01-10Fix use of wrong struct i387_xsave field in i387_cache_to_xsaveJoel Brobecker2-1/+7
2015-01-09Don't munge yacc's #line directivesPatrick Palka2-1/+5
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka4-114/+29
2015-01-09add non-stop test that stresses thread starvation issuesPedro Alves3-0/+250
2015-01-09[gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves8-346/+506
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves6-302/+391
2015-01-09linux-nat.c: always mark execing LWP as resumedPedro Alves2-0/+9
2015-01-09linux-nat.c: clean up pending status checking and resuming LWPsPedro Alves2-120/+67
2015-01-09cleanup and speed up (software_)breakpoint_inserted_here_pPedro Alves2-25/+44
2015-01-09watch_thread_num.exp and targets with fairer event reportingPedro Alves4-14/+74
2015-01-09gdb.threads/{siginfo-thread.c,watchthreads-reorder.c,ia64-sigill.c} races wit...Pedro Alves4-0/+51
2015-01-09Test attaching to a program that constantly spawns short-lived threadsPedro Alves3-0/+288
2015-01-09Linux: Skip thread_db thread event reporting if PTRACE_EVENT_CLONE is supportedPedro Alves6-12/+75
2015-01-09libthread_db: Skip attaching to terminated and joined threadsPedro Alves5-0/+35
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves11-127/+406
2015-01-09libthread_db: debug output should go to gdb_stdlogPedro Alves2-15/+31
2015-01-09skip "attach" tests when testing against stub-like targetsPedro Alves8-15/+50
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-0/+6
2015-01-09gdb/compile/compile.c: Check return value of 'system' to avoid compiler warningChen Gang1-2/+7
2015-01-08always read synthetic pointers as signed integersYao Qi4-27/+19
2015-01-08 Set language for C++ special symbols.Pierre Muller2-2/+8