aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/sim_calls.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-22sim: switch sim_{read,write} APIs to 64-bit all the time [PR sim/7504]Mike Frysinger1-8/+10
2022-10-31sim: common: change sim_read & sim_write to use void* buffersMike Frysinger1-2/+2
2022-10-24sim/ppc: don't try to print an uninitialized variableAndrew Burgess1-2/+3
2022-10-11sim/ppc: Add ATTRIBUTE_PRINTFTsukasa OI1-1/+1
2021-10-31sim: ppc: clean up printf format handlingMike Frysinger1-6/+6
2021-06-29sim: ppc: fix printf warningsMike Frysinger1-2/+8
2021-06-16sim: ppc: replace local NORETURN macros with common oneMike Frysinger1-1/+2
2021-05-14sim: create header namespaceMike Frysinger1-2/+2
2021-01-11sim: clean up C11 header includesMike Frysinger1-9/+0
2021-01-08sim: ppc: stub out sim_memory_mapMike Frysinger1-0/+6
2017-09-04Define an error function in the PPC simulator library.John Baldwin1-0/+10
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger1-3/+3
2016-01-02sim: ppc: do not exit when parsing args w/gdbMike Frysinger1-1/+2
2014-03-10sim: constify arg to sim_do_commandMike Frysinger1-1/+1
2014-03-05sim: constify prog_nameMike Frysinger1-1/+1
2013-03-15gdb:Steve Ellcey1-1/+1
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
2012-05-24gdb/Pedro Alves1-2/+2
2011-04-16sim: add sim_complete_command stubs for non-common-using portsMike Frysinger1-0/+5
2011-02-14sim: punt zfree()Mike Frysinger1-5/+0
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger1-1/+1
2005-11-28 * remote-sim.c (gdbsim_wait): Pass target signal numbers toMark Mitchell1-2/+3
2004-11-11sim/erc32:Andreas Schwab1-0/+1
2004-08-052004-08-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-73/+1
2004-08-042004-08-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-88/+36
2004-08-04gdb/ChangeLog:Jim Blandy1-36/+88
2003-06-202003-06-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-21/+11
2003-02-27Index: arm/ChangeLogAndrew Cagney1-2/+2
2002-06-09Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney1-2/+2
2002-04-152002-04-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-2/+10
2001-12-15 * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h".Matthew Green1-0/+10
2000-12-082000-11-15 Jim Blandy <jimb@redhat.com>Michael Chastain1-24/+30
1999-04-26import gdb-19990422 snapshotStan Shebs1-1/+9
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+445
1999-04-16Initial creation of sourceware repositoryStan Shebs1-401/+0
1997-10-02Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.Andrew Cagney1-2/+6
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-9/+10
1997-08-27 * idecode_expression.h (ALU_END): From Charles Lefurgy - ExtractAndrew Cagney1-3/+3
1997-08-26Flush defunct sim_kill.Andrew Cagney1-8/+0
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-10/+5
1997-05-20Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1-46/+25
1997-04-17 * psim.c (psim_options): Ignore -E option (sets endianness).David Edelsohn1-31/+53
1997-01-27January 23rd mergeMichael Meissner1-6/+8
1996-11-20 * sim_calls.c (sim_resume): Reset sim_should_run if single stepping.David Edelsohn1-14/+111
1996-07-23New simulator changes from AndrewMichael Meissner1-71/+28
1995-11-28Add determining when we do not have enough writeback slots; Do not do model s...Michael Meissner1-1/+2
1995-11-12Add support for setting model name and other thingsMichael Meissner1-14/+17
1995-11-08first stage in function unit support; add new switches & latest code from andrewMichael Meissner1-10/+27
1995-11-06Small changes from AndrewMichael Meissner1-0/+1