aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2016-09-27Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna2-9/+65
2016-09-26Call debug_exit in linux_wait_1Yao Qi2-0/+17
2016-09-24Fix a use of target_mourn_inferior in windows-nat.cJon Turney2-1/+6
2016-09-23Use std::string rather than dyn-stringTom Tromey4-39/+27
2016-09-23Use std::vector in objfiles.cTom Tromey2-7/+11
2016-09-23Use std::string, std::vector in rust-lang.cTom Tromey2-22/+20
2016-09-23Use std::string in cp-namespace.cTom Tromey2-34/+22
2016-09-23Use std::string in break-catch-sig.cTom Tromey2-11/+11
2016-09-23Remove some unnecessary codeTom Tromey3-8/+5
2016-09-23Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2-2/+10
2016-09-23gdb: Replace operator new / operator new[]Pedro Alves6-4/+132
2016-09-22Close gdbserver in mi_gdb_exitYao Qi2-5/+38
2016-09-22Fix build breakage from commit 6ec2b2Edjunior Barbosa Machado2-2/+11
2016-09-22Use gdbserver-base in remote-gdbserver-on-localhost.expYao Qi3-37/+9
2016-09-22arc: Fix ARI warning for printf(%p)Anton Kolesov2-2/+7
2016-09-22Check the right proc nameYao Qi2-1/+6
2016-09-21Add myself as a write-after-approval GDB maintainerAnton Kolesov2-0/+5
2016-09-21arc: New Synopsys ARC portAnton Kolesov15-1/+1822
2016-09-21ppc: Fix return of instruction handlers in ppc_process_record_op63Edjunior Barbosa Machado2-2/+8
2016-09-21PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey6-10/+65
2016-09-21Update and add .gitignore'sSimon Marchi9-0/+53
2016-09-21ppc: Add Power ISA 3.0/POWER9 instructions record supportEdjunior Barbosa Machado2-11/+460
2016-09-21MIPS/testsuite: mips16-thunks: Use `standard_output_file'Maciej W. Rozycki2-5/+9
2016-09-21Keep reserved bits in CPSR on writeYao Qi4-2/+23
2016-09-20Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey3-0/+11
2016-09-20ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado2-3/+12
2016-09-20Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regres...Sergio Durigan Junior2-2/+8
2016-09-19gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves3-5/+9
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior20-28/+72
2016-09-19gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2-0/+5
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves5-5/+13
2016-09-16Introduce cleanup to restore current_uioutSimon Marchi7-38/+38
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves61-170/+296
2016-09-16S390: Hardware breakpoint supportAndreas Arnez4-10/+145
2016-09-16linux-nat: Add function lwp_is_steppingAndreas Arnez5-0/+30
2016-09-16S390: Enable "maint set show-debug-regs"Andreas Arnez2-0/+60
2016-09-16S390: Multi-inferior watchpoint supportAndreas Arnez2-10/+157
2016-09-16S390: Migrate watch areas from list to VEC typeAndreas Arnez2-37/+45
2016-09-16S390: Avoid direct access to lwp_info structureAndreas Arnez2-24/+48
2016-09-16testsuite: Fix false FAIL in gdb.cp/casts.expJan Kratochvil4-15/+60
2016-09-15testsuite: Fix C++11 compilation failure for gdb.cp/m-static.expJan Kratochvil2-0/+7
2016-09-15Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.Peter Bergner3-470/+493
2016-09-15testsuite: Disable ccacheJan Kratochvil2-0/+9
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+7
2016-09-13Fix for gdb.server/non-existing-program.exp test caseCarl E. Love2-2/+12
2016-09-12Fix false FAIL on gdb.base/stap-probe.exp, due to ICF optimizationSergio Durigan Junior2-1/+13
2016-09-10Use target_sim_options for sim target.Jon Beniston2-1/+7
2016-09-09Pass HWCAP to ifunc resolverAndreas Arnez6-4/+46
2016-09-08Remove some unneeded casts from remote.cTom Tromey2-4/+9
2016-09-06new-ui command: gdb internal errors if input is already pendingPedro Alves6-3/+194