aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-07-25MIPS: Respect the "set mips compression" commandMaciej W. Rozycki2-2/+9
2014-07-25remove using_exec_ops globalTom Tromey2-21/+17
2014-07-25fix build: update clear_proceed_status callersPedro Alves8-7/+17
2014-07-25Always pass signals to the right threadPedro Alves20-79/+716
2014-07-25properly parenthesize two macrosTom Tromey2-2/+8
2014-07-25Clarify the address and pointer conversions on AVR.Pierre Langlois2-5/+18
2014-07-25Fix paginate-*.exp racesPedro Alves8-46/+56
2014-07-24constify target fieldsTom Tromey3-4/+10
2014-07-24constify command docsTom Tromey8-26/+45
2014-07-24constify command prefixTom Tromey9-22/+40
2014-07-24constify deprecate_cmdTom Tromey5-5/+13
2014-07-24constify help_cmdTom Tromey3-3/+7
2014-07-24constify stack.cTom Tromey2-2/+7
2014-07-24constify solib_addTom Tromey3-2/+7
2014-07-24constify remote.cTom Tromey3-7/+13
2014-07-24constify monitor_openTom Tromey3-2/+8
2014-07-24constify maint.cTom Tromey2-6/+13
2014-07-24constify inf_child_open_targetTom Tromey3-2/+8
2014-07-24constify unset_in_environTom Tromey3-2/+7
2014-07-24constify cli-dump.cTom Tromey2-17/+27
2014-07-24Fix pagination crash when the TUI is activePedro Alves2-1/+5
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey4-25/+52
2014-07-24Make gdbserver CORE_ADDR unsignedTom Tromey2-1/+6
2014-07-24auto-generate most target debug methodsTom Tromey6-700/+2589
2014-07-24Rationalize "fatal" error handling outside of gdbserverGary Benson5-33/+35
2014-07-23This patch uses target_read_code instead of target_read_memory inMichael Eager2-1/+6
2014-07-23se typecast 'size_t' on 'reg', not only avoid the related warning, butMichael Eager2-1/+6
2014-07-23rewrite make-target-delegates matching codeTom Tromey3-55/+83
2014-07-23Fix build on systems without sigaltstack.Gary Benson2-0/+9
2014-07-22Remove setting value address for reference entry value target data value.Jan Kratochvil2-9/+5
2014-07-22Fix read_frame_arg for optimized-out entry values.Jan Kratochvil9-0/+905
2014-07-22Fix crash on optimized-out entry data valuesPedro Alves2-1/+9
2014-07-22Fix typo in my email address.Jiong Wang1-1/+1
2014-07-22Update email address in gdb MAINTAINERS list.Jiong Wang2-1/+5
2014-07-20Improve error message to cope with pr 17147.Doug Evans2-1/+10
2014-07-21Remove Chill from commentsYao Qi4-11/+15
2014-07-21Update comments to TERNOP_SLICEYao Qi2-2/+6
2014-07-21Remove operator BINOP_RANGEYao Qi5-50/+12
2014-07-21Remove operator BINOP_INYao Qi5-14/+7
2014-07-19Fix for remote G Packet message too long error for baremetal.Michael Eager13-26/+507
2014-07-18make exec_ops staticTom Tromey3-3/+6
2014-07-18fix calls to find_target_beneathTom Tromey3-3/+11
2014-07-18fix PR gdb/17130Tom Tromey4-2/+34
2014-07-18clean up some target delegation casesTom Tromey8-97/+50
2014-07-18move exec_make_note_section earlierTom Tromey2-7/+9
2014-07-17PR 17170 - testcase for GDB global --statistics regression - fix up.Jan Kratochvil1-0/+29
2014-07-17PR 17170 - testcase for GDB global --statistics regression.Jan Kratochvil1-0/+5
2014-07-17Add reference to PR 17170 to previous entry.Doug Evans2-0/+2
2014-07-17Fix 17170.Doug Evans4-15/+40
2014-07-16Linux: Use kill_lwp/tkill instead of kill when killing a processPedro Alves4-2/+10