summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* src/thread.c: Don't print uninitialised thread statusAlistair Popple2018-08-141-2/+8
* Make pdbg_target_release() recursively release a targets childrenAlistair Popple2018-08-132-54/+6
* Remove PDBG_TARGET_PENDING_RELEASE statusAlistair Popple2018-08-133-14/+3
* configure: Update package versionAlistair Popple2018-08-131-1/+1
* tests: Add target selection testsAmitay Isaacs2018-08-132-2/+502
* gitignore: Ignore tests related filesAmitay Isaacs2018-08-131-0/+3
* tests: Add simple shell test driversAmitay Isaacs2018-08-134-1/+383
* configure: Enable testsAmitay Isaacs2018-08-131-1/+3
* main: Fix print_target to only print selected targetsAmitay Isaacs2018-08-131-1/+8
* main: Do not reset the previous selections in the listAmitay Isaacs2018-08-131-4/+0
* main: Fix target selection of linux cpusAmitay Isaacs2018-08-131-9/+7
* main: Use the correct length of linux cpu listAmitay Isaacs2018-08-131-2/+2
* main: Define MAX_LINUX_CPUS for convenienceAmitay Isaacs2018-08-131-1/+3
* libpdbg: Initialize to avoid build errors with -O3Amitay Isaacs2018-08-131-2/+2
* gitignore: Add *.a filesMichael Neuling2018-08-131-0/+1
* libpdbg: Don't release special wakeup when threads are quiescedAlistair Popple2018-08-132-0/+41
* libpdbg/p9chip.c: Use the standard function for iterating targetsAlistair Popple2018-08-131-1/+1
* libpdbg: When searching for a parent ensure the correct class is enforcedAlistair Popple2018-08-134-19/+30
* libpdbg: Add pdbg_target_parent() functionAlistair Popple2018-08-132-7/+34
* libpdbg: Ensure threads are probed prior to setup in ram_setupAlistair Popple2018-08-132-1/+9
* libpdbg/p9chip: use SPWKUP_FSP instead of SPWKUP_OTRNicholas Piggin2018-08-131-5/+5
* libpdbg/p9chip: fix ram_is_setupNicholas Piggin2018-08-091-0/+10
* libpdbg/chip.c: Fix logic error attempting to restore r0 and r1Alistair Popple2018-08-091-1/+1
* htm: Documentation updateMichael Neuling2018-08-031-16/+29
* mem: Avoid floating point exception if size == 0Amitay Isaacs2018-08-021-0/+5
* progress: Add assert to avoid programming errorsAmitay Isaacs2018-08-021-0/+3
* progress: Refactor progress_bar to print progress barsAmitay Isaacs2018-08-021-17/+20
* progress: End function on a new lineAmitay Isaacs2018-08-021-1/+2
* regs: print correct PTCR registerNicholas Piggin2018-08-021-1/+1
* main: Address by linux CPU number with PPC host backendMichael Neuling2018-08-021-2/+105
* Revert "main: Select only the targets specified on cmdline"Michael Neuling2018-08-021-9/+0
* libpdbg: Fix a typoAmitay Isaacs2018-08-021-1/+1
* Makefile: Package non-source filesAmitay Isaacs2018-08-021-0/+16
* Makefile: Package ccan filesAmitay Isaacs2018-08-021-1/+15
* Makefile: Do not install test programsAmitay Isaacs2018-08-021-1/+2
* Makefile: Avoid warnings if not in a git treeAmitay Isaacs2018-08-021-1/+1
* Makefile: Include header files for each targetAmitay Isaacs2018-08-021-3/+21
* htm: Add missing return valueMichael Neuling2018-07-131-1/+1
* putmem: Fix Floating point exception issueVasant Hegde2018-07-121-0/+3
* probe: Validate target classVasant Hegde2018-07-121-0/+4
* main: Init list of procs/cores/threadsMichael Neuling2018-07-121-0/+4
* main: Update help output for HTMMichael Neuling2018-07-121-1/+1
* htm: Use splice() to copy dumpMichael Neuling2018-07-121-14/+12
* htm: Remove dead codeMichael Neuling2018-07-121-18/+0
* htm: Fix compiling on ARMMichael Neuling2018-07-121-3/+5
* main: Select only the targets specified on cmdlineAmitay Isaacs2018-07-121-0/+9
* htm: Fix dumping trace when wrappedMichael Neuling2018-07-121-41/+94
* htm: Remove size from dumpMichael Neuling2018-07-124-10/+9
* htm: Fix ability to use arbitray buffer sizesMichael Neuling2018-07-121-11/+46
* pdbg: Fix htm return codesMichael Neuling2018-07-121-1/+1
OpenPOWER on IntegriCloud