index
:
pdbg
03-26-2018
04-16-2019
06-18-2018
OpenPOWER processor debug utility sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpdbg
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
htm: Move start() and stop() lower
Michael Neuling
2018-06-25
1
-50
/
+50
*
htm: Fix potential issue with HTM_ERR macro
Michael Neuling
2018-06-25
1
-1
/
+1
*
p8chip: Restore RAS_MODE_REG to original value
Michael Neuling
2018-06-25
1
-3
/
+1
*
htm: Fix dump filename
Michael Neuling
2018-06-15
3
-16
/
+11
*
htm: Few code cleanups
Michael Neuling
2018-06-15
2
-30
/
+3
*
htm: Cleanup status output
Michael Neuling
2018-06-15
1
-21
/
+20
*
target: Cleanup pib_read/write() to make easier to read
Michael Neuling
2018-06-15
1
-8
/
+15
*
host: Make debugfs scom file hex digit not decimal
Michael Neuling
2018-06-15
1
-1
/
+1
*
libpdbg: Attempt to restore registers that we clobbered on failure
Rashmica Gupta
2018-06-15
1
-2
/
+6
*
libpdbg: Always fail sreset on p8
Rashmica Gupta
2018-06-15
1
-0
/
+7
*
fake: Add fake targets for testing
Amitay Isaacs
2018-06-04
1
-0
/
+18
*
debug: Add printf attribute to logging function
Joel Stanley
2018-06-01
2
-3
/
+5
*
Remove "expert" mode
Alistair Popple
2018-05-25
3
-65
/
+0
*
libpdbg: Wrappers for cache inhibited adu_getmem and adu_putmem
Joel Stanley
2018-05-24
2
-4
/
+34
*
libpdbg: Make get/putmem ci argument a boolean
Joel Stanley
2018-05-24
2
-4
/
+6
*
operations.h: remove adu_putmem and adu_getmem from this header
Joel Stanley
2018-05-24
1
-4
/
+0
*
libpdbg/device: Add new targets in the order of traversal
Amitay Isaacs
2018-05-24
1
-1
/
+1
*
libpdbg: Don't dump XER with ram_getspr
Alistair Popple
2018-05-24
1
-0
/
+3
*
libpdbg: Abstract thread status
Alistair Popple
2018-05-24
5
-52
/
+116
*
libpdbg: Add new targets at the end of the linked list
Amitay Isaacs
2018-05-18
1
-1
/
+1
*
libpdbg: Start using pdbg logging api
Amitay Isaacs
2018-05-18
8
-9
/
+9
*
libpdbg: Replace PR_PERL with PR_INFO
Amitay Isaacs
2018-05-18
4
-21
/
+12
*
libpdbg: Add logging api
Amitay Isaacs
2018-05-18
3
-0
/
+104
*
libpdbg: Make libpdbg.h self-conained
Amitay Isaacs
2018-05-18
1
-0
/
+4
*
libpdbg: Add an interface to probe all targets
Alistair Popple
2018-05-18
2
-0
/
+17
*
pdbg: add 'regs' command
Nicholas Piggin
2018-05-18
6
-2
/
+245
*
libpdbg/p9chip.c: ram allow ram to be used on running threads
Nicholas Piggin
2018-05-18
3
-6
/
+66
*
libpdbg/p9chip.c: allow sreset in !expert mode
Nicholas Piggin
2018-05-18
1
-0
/
+8
*
pdbg: add an expert mode
Nicholas Piggin
2018-05-18
2
-0
/
+5
*
pdbg: Add progress tick callbacks for get/putmem
Alistair Popple
2018-05-17
1
-0
/
+7
*
libpdbg: Add function to register progress tick callback
Alistair Popple
2018-05-17
2
-0
/
+18
*
libpdg: Add option to write to / read from cache inhibited memory
Rashmica Gupta
2018-05-17
4
-19
/
+38
*
libpdbg/p9chip.c: implement core target release to de-assert special wakeup
Nicholas Piggin
2018-05-16
1
-0
/
+15
*
libpdbg/target: add a release operation
Nicholas Piggin
2018-05-16
3
-2
/
+57
*
libpdbg: staticify unit structs
Nicholas Piggin
2018-05-16
10
-19
/
+19
*
libpdbg/p9chip.c: disable ramming LSU opcodes
Nicholas Piggin
2018-05-16
1
-0
/
+5
*
libpdbg/p9chip.c: implement step support
Nicholas Piggin
2018-05-08
1
-1
/
+39
*
libpdbg/chip.c: ram_instructions add error handling
Nicholas Piggin
2018-05-08
1
-1
/
+5
*
libpdbg/p9chip.c: Loads must be rammed twice
Nicholas Piggin
2018-05-08
1
-1
/
+18
*
libpdbg/p9chip.c: fix ram instruction status sequence
Nicholas Piggin
2018-05-08
1
-7
/
+29
*
libpdbg/p9chip.c: fix ram_setup sequence
Nicholas Piggin
2018-05-08
1
-0
/
+21
*
libpdbg/p9chip: update thread status on stop, start, sreset
Nicholas Piggin
2018-05-08
1
-1
/
+6
*
libpdbg/p9chip.c: correct thread start for inactive and stopped threads
Nicholas Piggin
2018-05-08
1
-1
/
+11
*
libpdbg/p9chip.c: query thread active and stop states
Nicholas Piggin
2018-05-08
2
-11
/
+25
*
libpdbg/p9chip.c: do not fence interrupts when stopping threads
Nicholas Piggin
2018-05-08
1
-5
/
+0
*
libpdbg/p9chip.c: use the OTR special wakeup status latch
Nicholas Piggin
2018-05-08
1
-1
/
+2
*
libpdbg/p9chip.c: remove sreset SRR1 workaround
Nicholas Piggin
2018-05-08
1
-5
/
+0
*
libpdbg/p9chip.c: update timeouts for special wakeup and stop
Nicholas Piggin
2018-05-08
1
-4
/
+5
*
libpdbg: Add support for getring on POWER9
Alistair Popple
2018-04-27
5
-4
/
+133
*
libpdbg/htm: Enable NCU and set single dispatch/instruction mode
Cyril Bur
2018-04-26
1
-2
/
+41
[prev]
[next]