summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main: Pull memory accessors out of main.cCyril Bur2018-02-123-26/+67
* main: Pull register accessors out of main.cCyril Bur2018-02-124-67/+133
* main: Pull out scom functions from main.cCyril Bur2018-02-123-21/+63
* main: Pull cfam functions out of main.cCyril Bur2018-02-123-19/+63
* main: Pull out command parsing from option parsingCyril Bur2018-02-121-16/+33
* main: Use endptr to better check the result of strtoull()Cyril Bur2018-02-121-22/+29
* main: Handle unknown getopt argumentCyril Bur2018-02-121-0/+1
* main: Alphabetise getopt()Cyril Bur2018-02-121-5/+6
* main: Remove unused variable oidxCyril Bur2018-02-121-2/+2
* Rename chiplet to coreAlistair Popple2017-12-111-8/+8
* Refactor for an exportable APIAlistair Popple2017-12-081-175/+134
* Rename struct target to struct pdbg_targetAlistair Popple2017-12-061-28/+28
* i2c: Update i2c device node in dt when specifiedJoel Stanley2017-11-241-1/+11
* Error out when no device type is specifiedJoel Stanley2017-11-221-0/+8
* Hardware Trace Macro (HTM)Cyril Bur2017-09-221-1/+248
* Add backend for host based debugfsAlistair Popple2017-08-141-1/+19
* libpdbg: Add sreset commandAlistair Popple2017-07-311-1/+12
* src/main.c: Check result of writing to stdoutAlistair Popple2017-07-141-2/+4
* src/main.c: Add error message when no command could be runAlistair Popple2017-07-141-15/+23
* libpdbg: Add a more complete fake backendAlistair Popple2017-07-131-0/+2
* src/main.c: Fixup thread step callAlistair Popple2017-06-281-5/+1
* pdbg: Re-add probe commandAlistair Popple2017-06-281-0/+46
* libpdbg: Add support for P9 thread operationsAlistair Popple2017-06-281-8/+6
* libpdbg: Add target index cacheAlistair Popple2017-06-281-8/+8
* Clean-up target configuration in preparation for adding P9 supportAlistair Popple2017-03-301-549/+357
* src/main.c: Fix kernel cfam processor selectionAlistair Popple2017-02-221-2/+4
* libdbg: Introduce kernel FSI driver backendJoel Stanley2017-02-181-3/+47
* pdbg: Fix bug selecting processor CFAMs when using the FSI backendAlistair Popple2017-01-091-4/+6
* libpdbg/bmcfsi.c: Add Zaius gpio pinoutXo Wang2016-12-131-0/+2
* libpdbg/bmcfsi.c: Add Romulus gpio pinoutAlistair Popple2016-12-131-0/+2
* src/main.c: Add long FSI device namesAlistair Popple2016-12-081-1/+1
* src/main.c: Make p9w (Witherspoon) the default FSI backendAlistair Popple2016-12-081-1/+1
* libpdbg/bmcfsi.c: Support multiple GPIO backend mappingsAlistair Popple2016-12-021-9/+21
* src/main.c: Add an optional mask to putscom/putcfamAlistair Popple2016-12-021-28/+57
* src/main.c: Make return codes consistentAlistair Popple2016-12-021-2/+4
* src/main.c: Don't abort execution when encountering an inactive threadAlistair Popple2016-12-021-19/+31
* Fix thread status checks during instruction rammingAlistair Popple2016-11-301-18/+61
* libpdbg/adu.c: Implement a basic putmemAlistair Popple2016-11-281-0/+39
* src/main.c: Fix segfault when reading memory without specifying a processorAlistair Popple2016-11-281-3/+8
* src/main.c: Fix SPR encodingAlistair Popple2016-11-281-5/+9
* libpdbg/chip.c: Add command to read virtual addressesAlistair Popple2016-11-221-8/+22
* Add support for i2c access to secondary processorsAlistair Popple2016-10-251-134/+528
* libpdbg/adu.c: Remove ADU block sizeAlistair Popple2016-09-121-1/+1
* Add new I2C backendAlistair Popple2016-09-091-4/+57
* Cleanup backend header fileAlistair Popple2016-09-091-1/+1
* Add support for secondary processorsAlistair Popple2016-01-131-4/+44
* Initial release of pdbgAlistair Popple2016-01-111-0/+301
OpenPOWER on IntegriCloud