summaryrefslogtreecommitdiff
path: root/sim/ppc/sim_calls.c
Commit message (Expand)AuthorAgeFilesLines
* sim: info: convert verbose field to a boolMike Frysinger2023-01-181-1/+1
* sim: switch sim_{read,write} APIs to 64-bit all the time [PR sim/7504]Mike Frysinger2022-12-221-8/+10
* sim: common: change sim_read & sim_write to use void* buffersMike Frysinger2022-10-311-2/+2
* sim/ppc: don't try to print an uninitialized variableAndrew Burgess2022-10-241-2/+3
* sim/ppc: Add ATTRIBUTE_PRINTFTsukasa OI2022-10-111-1/+1
* sim: ppc: clean up printf format handlingMike Frysinger2021-10-311-6/+6
* sim: ppc: fix printf warningsMike Frysinger2021-06-291-2/+8
* sim: ppc: replace local NORETURN macros with common oneMike Frysinger2021-06-161-1/+2
* sim: create header namespaceMike Frysinger2021-05-141-2/+2
* sim: clean up C11 header includesMike Frysinger2021-01-111-9/+0
* sim: ppc: stub out sim_memory_mapMike Frysinger2021-01-081-0/+6
* Define an error function in the PPC simulator library.John Baldwin2017-09-041-0/+10
* sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2016-01-061-3/+3
* sim: ppc: do not exit when parsing args w/gdbMike Frysinger2016-01-021-1/+2
* sim: constify arg to sim_do_commandMike Frysinger2014-03-101-1/+1
* sim: constify prog_nameMike Frysinger2014-03-051-1/+1
* gdb:Steve Ellcey2013-03-151-1/+1
* [sim] Update old contact info in GPL license noticesJoel Brobecker2012-12-191-2/+1
* Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker2012-12-191-1/+1
* gdb/Pedro Alves2012-05-241-2/+2
* sim: add sim_complete_command stubs for non-common-using portsMike Frysinger2011-04-161-0/+5
* sim: punt zfree()Mike Frysinger2011-02-141-5/+0
* sim: constify sim_write source buffer (part 2)Mike Frysinger2010-04-141-1/+1
* * remote-sim.c (gdbsim_wait): Pass target signal numbers toMark Mitchell2005-11-281-2/+3
* sim/erc32:Andreas Schwab2004-11-111-0/+1
* 2004-08-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-051-73/+1
* 2004-08-04 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-041-88/+36
* gdb/ChangeLog:Jim Blandy2004-08-041-36/+88
* 2003-06-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-06-201-21/+11
* Index: arm/ChangeLogAndrew Cagney2003-02-271-2/+2
* Move include/callback.h and include/remote-sim.h to include/gdb/.Andrew Cagney2002-06-091-2/+2
* 2002-04-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-04-151-2/+10
* * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h".Matthew Green2001-12-151-0/+10
* 2000-11-15 Jim Blandy <jimb@redhat.com>Michael Chastain2000-12-081-24/+30
* import gdb-19990422 snapshotStan Shebs1999-04-261-1/+9
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+445
* Initial creation of sourceware repositoryStan Shebs1999-04-161-401/+0
* Fix typo, WITH_TARGET_WORD_BITSIZE not WITH_TARGET_BITSIZE.Andrew Cagney1997-10-021-2/+6
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-271-9/+10
* * idecode_expression.h (ALU_END): From Charles Lefurgy - ExtractAndrew Cagney1997-08-271-3/+3
* Flush defunct sim_kill.Andrew Cagney1997-08-261-8/+0
* Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1997-08-251-10/+5
* Part II of adding callback argument to sim_open(). Update all theAndrew Cagney1997-05-201-46/+25
* * psim.c (psim_options): Ignore -E option (sets endianness).David Edelsohn1997-04-171-31/+53
* January 23rd mergeMichael Meissner1997-01-271-6/+8
* * sim_calls.c (sim_resume): Reset sim_should_run if single stepping.David Edelsohn1996-11-201-14/+111
* New simulator changes from AndrewMichael Meissner1996-07-231-71/+28
* Add determining when we do not have enough writeback slots; Do not do model s...Michael Meissner1995-11-281-1/+2
* Add support for setting model name and other thingsMichael Meissner1995-11-121-14/+17
* first stage in function unit support; add new switches & latest code from andrewMichael Meissner1995-11-081-10/+27