summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Blackbird supportRaptor Engineering Development Team2019-04-192-1/+7
* Add Talos supportRaptor Engineering Development Team2019-04-192-1/+9
* tests: Fix the core address calculationAmitay Isaacs2019-03-281-3/+3
* path: Avoid a match for nested nodes of the same classAmitay Isaacs2019-03-261-0/+13
* path: Match targets with dn name correctlyAmitay Isaacs2019-03-261-3/+5
* main: Use new api to read/write memoryAmitay Isaacs2019-03-263-22/+14
* main: Set I2C backend device specified in argumentsArtem Senichev2019-02-051-0/+8
* adu: Add arugments for block sizeAlistair Popple2018-12-182-16/+59
* optcmd: Add parser for 8-bit power of 2 integersAlistair Popple2018-12-112-0/+27
* main: Drop unused target_select/target_selected functionsAmitay Isaacs2018-12-032-15/+1
* main: Convert gdbserver command to path based targetingAmitay Isaacs2018-12-031-39/+38
* main: Convert htm commands to path based targetingAmitay Isaacs2018-12-031-44/+62
* main: Drop unused iterators with callbacksAmitay Isaacs2018-12-032-69/+0
* main: Convert regs command to path based targetingAmitay Isaacs2018-12-031-34/+33
* main: Convert threadstatus command to path based targetingAmitay Isaacs2018-12-031-92/+91
* main: Convert thread commands start/stop/step/sresetAmitay Isaacs2018-12-031-25/+50
* main: Convert getring to path based targetingAmitay Isaacs2018-12-031-18/+38
* main: Mark print_target staticAmitay Isaacs2018-12-031-1/+1
* main: Move device_node setting before parse_optionsAmitay Isaacs2018-12-031-3/+6
* main: Ignore nodes that do not have class namesAmitay Isaacs2018-11-161-1/+6
* main: Convert register functions to path based targetingAmitay Isaacs2018-11-161-60/+95
* main: Convert getscom/putscom to use path based targetingAmitay Isaacs2018-11-161-18/+77
* main: Convert getcfam/putcfam to use path based targetingAmitay Isaacs2018-11-161-19/+29
* main: Update probe output to display device namesAmitay Isaacs2018-11-161-18/+9
* main: Do not use argv[0] for prognameAmitay Isaacs2018-11-161-4/+4
* main: Fix probe() to print targets correctlyAmitay Isaacs2018-11-161-11/+0
* main: Switch to path based target selectionAmitay Isaacs2018-11-161-72/+8
* main: Convert -p/-c/-t/-a/-l to path based targetsAmitay Isaacs2018-11-161-21/+53
* main: Add explicit probing of selected targetsAmitay Isaacs2018-11-161-0/+6
* main: Add an option for path based targettingAmitay Isaacs2018-11-161-1/+49
* path: Add device tree path based targetingAmitay Isaacs2018-11-162-0/+435
* util: Move parse_list() into a separate fileAmitay Isaacs2018-11-163-73/+130
* main: Convert target_selection() to return a booleanAmitay Isaacs2018-11-161-9/+9
* device.c: Fix pdbg_target_addressAlistair Popple2018-11-091-1/+9
* libpdbg: Remove device.hAlistair Popple2018-11-091-1/+0
* libpdbg: Make dt_root privateAlistair Popple2018-11-091-1/+1
* libpdbg: Rename property functionsAlistair Popple2018-11-091-1/+1
* pdbg/gdbserver: Make gdbserver optionalRashmica Gupta2018-11-021-0/+9
* pdbg/gdbserver: Make ragel optionalAlistair Popple2018-11-021-0/+410
* pdbg/gdbserver: Add in basic skeleton for a gdbserver on p8Rashmica Gupta2018-11-024-2/+710
* stack: guess endian for stack frame walkingNicholas Piggin2018-11-011-10/+85
* Fix build failure in target detectionJoel Stanley2018-10-261-1/+5
* regs: Allow user to opt in to backtraceAlistair Popple2018-10-152-6/+16
* optcmd: Add OPTCMD_DEFINE_CMD_ONLY_FLAGSAlistair Popple2018-10-152-1/+48
* src/options_arm.c: Add detection of host type for kernel backendAlistair Popple2018-09-121-1/+44
* pdbg: Rework backend detectionAlistair Popple2018-09-125-92/+31
* pdbg: Add in parser for uint16_tRashmica Gupta2018-09-122-0/+20
* pdbg: Add getcr and putcr optionsRashmica Gupta2018-09-122-1/+27
* pdbg: Add getxer & putxer commandsRashmica Gupta2018-09-122-2/+26
* pdbg: Fix function call for putnia commandRashmica Gupta2018-09-121-1/+1
OpenPOWER on IntegriCloud