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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Makefile: Add p9-fsi.dtsi to the list of files to clean
Joel Stanley
2018-06-01
1
-1
/
+1
*
debug: Add printf attribute to logging function
Joel Stanley
2018-06-01
2
-3
/
+5
*
pdbg: Tidy up putnia/putmsr
Rashmica Gupta
2018-06-01
1
-4
/
+4
*
Remove "expert" mode
Alistair Popple
2018-05-25
4
-93
/
+4
*
main: Print just the command basename
Michael Neuling
2018-05-24
1
-4
/
+5
*
main: Exit 0 when printing version
Michael Neuling
2018-05-24
1
-1
/
+1
*
main: Fix -D option
Michael Neuling
2018-05-24
1
-1
/
+1
*
libpdbg: Wrappers for cache inhibited adu_getmem and adu_putmem
Joel Stanley
2018-05-24
3
-7
/
+37
*
libpdbg: Make get/putmem ci argument a boolean
Joel Stanley
2018-05-24
3
-8
/
+10
*
operations.h: remove adu_putmem and adu_getmem from this header
Joel Stanley
2018-05-24
1
-4
/
+0
*
main: Return false on failure
Amitay Isaacs
2018-05-24
1
-2
/
+2
*
libpdbg/device: Add new targets in the order of traversal
Amitay Isaacs
2018-05-24
1
-1
/
+1
*
main: Fix usage for expert option
Amitay Isaacs
2018-05-24
1
-1
/
+1
*
Makefile: Don't suppress warnings from DTC
Amitay Isaacs
2018-05-24
1
-2
/
+2
*
dt: Add missing #address-cells, #size-cells and reg properties
Amitay Isaacs
2018-05-24
6
-2
/
+20
*
main: Do not include libpdbg internal headers
Amitay Isaacs
2018-05-24
10
-17
/
+11
*
main: Use pdbg logging api in pdbg
Amitay Isaacs
2018-05-24
3
-4
/
+8
*
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
7
-82
/
+147
*
pdbg: Fix target selection when using I2C
Alistair Popple
2018-05-24
1
-3
/
+7
*
p8: Add support for second processor on Firestone
Alistair Popple
2018-05-23
2
-0
/
+32
*
Makefile.am: Add -lrt to LDFLAGS
Alistair Popple
2018-05-22
1
-1
/
+1
*
gitignore: Ignore .dts files
Amitay Isaacs
2018-05-18
1
-0
/
+1
*
Makefile: Pretty print dts files via dtc
Amitay Isaacs
2018-05-18
1
-1
/
+1
*
Makefile: Generate all device-tree source files
Amitay Isaacs
2018-05-18
5
-5
/
+5
*
main: Conditionally build device trees based on arch
Amitay Isaacs
2018-05-18
3
-9
/
+31
*
gitignore: Ignore device tree header files
Amitay Isaacs
2018-05-18
1
-0
/
+1
*
main: Use auto-generated device tree headers
Amitay Isaacs
2018-05-18
2
-21
/
+15
*
Makefile: Add rule to generate device tree header file
Amitay Isaacs
2018-05-18
2
-0
/
+32
*
Makefile: Separate the list of device tree sources
Amitay Isaacs
2018-05-18
1
-3
/
+7
*
main: Improve debug output about backends/targets
Amitay Isaacs
2018-05-18
3
-20
/
+8
*
main: Avoid dumping usage when useful information is printed
Amitay Isaacs
2018-05-18
1
-2
/
+0
*
libpdbg: Add new targets at the end of the linked list
Amitay Isaacs
2018-05-18
1
-1
/
+1
*
main: Shorten usage description for htm subcommand
Amitay Isaacs
2018-05-18
1
-1
/
+1
*
main: Print command descriptions in usage
Amitay Isaacs
2018-05-18
1
-2
/
+2
*
main: Add -D option to specify debug level
Amitay Isaacs
2018-05-18
1
-1
/
+8
*
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
4
-1
/
+106
*
libpdbg: Make libpdbg.h self-conained
Amitay Isaacs
2018-05-18
1
-0
/
+4
*
Makefile: No need to include Makefile.libfdt
Amitay Isaacs
2018-05-18
1
-2
/
+0
*
configure: Add configure test for dtc command
Amitay Isaacs
2018-05-18
2
-1
/
+7
*
configure: Add configure test for m4 command
Amitay Isaacs
2018-05-18
2
-2
/
+9
*
libpdbg: Add an interface to probe all targets
Alistair Popple
2018-05-18
2
-0
/
+17
*
pdbg: add basic kernel stack trace to 'regs' command
Nicholas Piggin
2018-05-18
3
-1
/
+60
*
pdbg: add 'regs' command
Nicholas Piggin
2018-05-18
9
-2
/
+265
*
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
2
-1
/
+9
*
pdbg: add an expert mode
Nicholas Piggin
2018-05-18
3
-18
/
+58
*
pdbg: Add progress tick callbacks for get/putmem
Alistair Popple
2018-05-17
2
-0
/
+14
[prev]
[next]