aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim: common: migrate to standard uintXX_t typesMike Frysinger2022-01-061-19/+19
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: include stdarg.h when usedMike Frysinger2021-12-041-0/+1
* sim: reorder header includesMike Frysinger2021-12-041-5/+6
* sim: events: clean up trace castsMike Frysinger2021-10-311-72/+83
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-0/+3
* Fix sim build failureTom Tromey2021-04-221-4/+1
* sim: watchpoints: use common sim_pc_getMike Frysinger2021-02-061-0/+58
* sim: watch: fix pc watchpoints on little endian host systemsMike Frysinger2021-01-131-2/+2
* sim: clean up C11 header includesMike Frysinger2021-01-111-10/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: convert to bfd_endianMike Frysinger2016-01-031-6/+6
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: common: replace SIM_FILTER_PATH with lbasenameMike Frysinger2015-06-231-5/+2
* sim: trace: centralize the system tracingMike Frysinger2015-06-111-6/+3
* Fix spelling mistakes in sim/common/sim-events.c error messages.Mike Stump2015-06-091-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* sim: fix func call style (space before paren)Mike Frysinger2011-05-111-35/+35
* sim: common: trim trailing whitespaceMike Frysinger2011-03-151-17/+17
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-4/+2
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* 2002-11-22 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-231-19/+22
* * sim-memopt.c: Include <unistd.h>.Andrew Cagney2002-06-171-0/+1
* 2002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-02-101-3/+3
* 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>Andrew Cagney2000-07-271-0/+13
* Provide more detailed traces of the event queue.Andrew Cagney2000-04-281-0/+21
* import gdb-19990422 snapshotStan Shebs1999-04-261-21/+0
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+1188
* Initial creation of sourceware repositoryStan Shebs1999-04-161-1186/+0
* * eCos->devo mergeFrank Ch. Eigler1998-12-301-50/+149
* * sim-events.c (sim_events_process): Re-compute the time -Andrew Cagney1997-11-111-0/+1
* Fix computation of sim_events_time when sim_events_slip is loosing it.Andrew Cagney1997-11-061-34/+22
* Add function sim_events_slip()Andrew Cagney1997-10-241-16/+46
* Add profiling support to v850*.Andrew Cagney1997-09-121-3/+10
* Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1997-09-031-4/+47
* Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1997-08-301-2/+2
* Fix watching PC for 64bit (mips) target.Andrew Cagney1997-05-271-42/+137