summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Consolidate API of target_supports_multi_processSergio Durigan Junior2016-10-061-0/+8
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-0/+16
* Fix gdb.Value->python conversion for large unsigned ints.Doug Evans2016-10-061-0/+4
* frame.h: Forward-declare struct ui_outSimon Marchi2016-10-061-0/+4
* Remove Java supportTom Tromey2016-10-061-0/+39
* mips-tdep: Make FCRs always 32-bitMaciej W. Rozycki2016-10-061-0/+5
* mips-tdep: Rearrange comments in `mips_pseudo_register_type'Maciej W. Rozycki2016-10-061-0/+5
* stack: fix gdb.dwarf2/dw2-undefined-ret-addr.exp regressionMarkus Metzger2016-10-061-0/+5
* Fix PR11094: JIT breakpoint is not properly recreated on rerunsPedro Alves2016-10-061-0/+5
* Make "end" field in feature specs required again.Doug Evans2016-10-061-0/+27
* PR gdb/20653 - small cleanup in string_to_explicit_locationTom Tromey2016-10-051-0/+5
* PR symtab/20652 - fix psymbol_compareTom Tromey2016-10-051-0/+6
* Fix incorrect formatting of a ChangeLog entryAnton Kolesov2016-10-051-1/+1
* Allow DW_OP_GNU_uninit in dwarf_expr_require_compositionAndreas Arnez2016-10-051-0/+7
* arc: Remove annoying debug messageAnton Kolesov2016-10-051-0/+4
* Regenerate some regformats/rs6000/*.dat filesYao Qi2016-10-051-0/+13
* Generate s390 target description c filesYao Qi2016-10-051-0/+6
* Simplify i386, amd64 and x32 expedite registersYao Qi2016-10-051-0/+5
* Clean up the XML files for ARMYao Qi2016-10-051-0/+50
* Emit inferior, thread and frame selection events to all UIsAntoine Tremblay2016-10-031-0/+58
* PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regressionJan Kratochvil2016-09-291-0/+9
* Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm-...Pedro Alves2016-09-281-0/+5
* Detect the magic address of EXC_RETURN in ARM coretx-m profileFredrik Hederstierna2016-09-271-0/+6
* Fix a use of target_mourn_inferior in windows-nat.cJon Turney2016-09-241-0/+5
* Use std::string rather than dyn-stringTom Tromey2016-09-231-0/+9
* Use std::vector in objfiles.cTom Tromey2016-09-231-0/+5
* Use std::string, std::vector in rust-lang.cTom Tromey2016-09-231-0/+7
* Use std::string in cp-namespace.cTom Tromey2016-09-231-0/+7
* Use std::string in break-catch-sig.cTom Tromey2016-09-231-0/+5
* Remove some unnecessary codeTom Tromey2016-09-231-0/+5
* Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2016-09-231-0/+6
* gdb: Replace operator new / operator new[]Pedro Alves2016-09-231-0/+9
* Fix build breakage from commit 6ec2b2Edjunior Barbosa Machado2016-09-221-0/+5
* arc: Fix ARI warning for printf(%p)Anton Kolesov2016-09-221-0/+4
* Add myself as a write-after-approval GDB maintainerAnton Kolesov2016-09-211-0/+4
* arc: New Synopsys ARC portAnton Kolesov2016-09-211-0/+15
* ppc: Fix return of instruction handlers in ppc_process_record_op63Edjunior Barbosa Machado2016-09-211-0/+5
* PR gdb/20604 - fix "quit" when an invalid expression is usedTom Tromey2016-09-211-0/+8
* Update and add .gitignore'sSimon Marchi2016-09-211-0/+5
* ppc: Add Power ISA 3.0/POWER9 instructions record supportEdjunior Barbosa Machado2016-09-211-0/+12
* Keep reserved bits in CPSR on writeYao Qi2016-09-211-0/+5
* Avoid -Wduplicated-cond warnings in gdb/pythonTom Tromey2016-09-201-0/+7
* ppc: Fix record support of Store String Word instructionsEdjunior Barbosa Machado2016-09-201-0/+5
* Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regres...Sergio Durigan Junior2016-09-201-0/+6
* gdb: Fix build breakage with GCC 4.1 and --disable-nlsPedro Alves2016-09-191-0/+7
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-0/+27
* gdb/s390: Fix build breakage due to std::min/std::max usage without headerPedro Alves2016-09-191-0/+4
* gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves2016-09-181-0/+8
* Introduce cleanup to restore current_uioutSimon Marchi2016-09-161-0/+13
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-0/+65