aboutsummaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Add target_ops argument to to_post_attachTom Tromey2014-02-198-10/+22
* Add target_ops argument to to_closeTom Tromey2014-02-1921-28/+52
* introduce remote_loadTom Tromey2014-02-192-1/+14
* convert to_supports_btraceTom Tromey2014-02-199-23/+46
* add target method delegationTom Tromey2014-02-196-370/+309
* add make-target-delegatesTom Tromey2014-02-195-0/+311
* introduce and use find_target_atTom Tromey2014-02-194-7/+26
* add "this" pointers to more target APIsTom Tromey2014-02-1918-71/+123
* Fix PR16220Yao Qi2014-02-194-237/+7
* New TESTS variable to run a subset of tests in parallel.Doug Evans2014-02-183-1/+60
* * Makefile.in (check-parallel): rm -rf outputs temp.Doug Evans2014-02-182-1/+5
* Add g10 support to rl78-tdep.c.Kevin Buettner2014-02-172-3/+157
* Split python docs into separate file.Doug Evans2014-02-174-4432/+4453
* Remove doc/ in recent entries.Doug Evans2014-02-171-2/+2
* Move entry from ChangeLog to doc/ChangeLog.Doug Evans2014-02-172-9/+9
* guile: Fix typos in the manual.Ludovic Courtès2014-02-172-8/+14
* Fix date in previous entry.Doug Evans2014-02-161-1/+1
* Resort scm-gsmob.c entry in Makefile.inDoug Evans2014-02-162-6/+12
* Fix missing-prototypes warnings in gnu-nat.cYao Qi2014-02-172-0/+5
* Fix -Werror=pointer-sign warningsYao Qi2014-02-172-2/+8
* Fix -Wformat warnings in gnu-nat.cYao Qi2014-02-172-15/+29
* Fix "ERROR: no fileid for" in the testsuite.Jan Kratochvil2014-02-162-1/+7
* Hurd: Adjust to startup-with-shell changes.Thomas Schwinge2014-02-162-18/+14
* Hurd: New RPC reply stub functions.Thomas Schwinge2014-02-162-55/+98
* Hurd: Make MIG output parsing more robust.Thomas Schwinge2014-02-162-0/+9
* Hurd: Adapt to changed MIG output.Thomas Schwinge2014-02-162-2/+6
* * target.c (target_write_partial): Fix result type.Doug Evans2014-02-142-1/+5
* Fix offsets to access fpregset_t in sparc64-linux targets.Jose E. Marchesi2014-02-142-0/+7
* Compile rsp-low.c for IPAYao Qi2014-02-142-1/+9
* cleanup: remove declared variables without any referencesSanimir Agovic2014-02-137-24/+15
* Test for binary,dwp symlinks into different directories.Doug Evans2014-02-123-1/+55
* update rsp-low commentsTom Tromey2014-02-123-1/+43
* replace convert_ascii_to_int with hex2binTom Tromey2014-02-128-19/+18
* replace unhexify with hex2binTom Tromey2014-02-126-28/+19
* replace convert_int_to_ascii with bin2hexTom Tromey2014-02-129-31/+29
* replace hexify with bin2hexTom Tromey2014-02-126-21/+17
* don't let hexify call strlenTom Tromey2014-02-124-6/+12
* don't let bin2hex call strlenTom Tromey2014-02-124-17/+24
* move some rsp bits into rsp-low.hTom Tromey2014-02-1215-447/+400
* share "cell" codeTom Tromey2014-02-1210-443/+455
* fix error in nios2-tdep.cTom Tromey2014-02-122-12/+4
* Call obsd_init_abi for OpenBSD/sparc64.Mark Kettenis2014-02-122-0/+5
* FIX EOF detection in PT_IO-based to_xfer_partial implementation.Mark Kettenis2014-02-122-4/+10
* Explicitly mark vtables as code spacePedro Alves2014-02-122-1/+7
* H8/300: Fix pseudo registers reads/writes.Pedro Alves2014-02-122-4/+51
* H8/300: Fix gdb<->sim register mapping.Pedro Alves2014-02-122-0/+24
* nios2-tdep: remove unreferenced global nios2_stub_frame_baseSanimir Agovic2014-02-122-8/+4
* tic6x-tdep: set default frame baseSanimir Agovic2014-02-122-0/+5
* Add signal number conversions for OpenBSD.Mark Kettenis2014-02-126-2/+283
* Remove stray parantheses for deffn.Doug Evans2014-02-112-2/+8