summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Set I2C backend device specified in argumentsArtem Senichev2019-02-051-0/+8
* adu: Add arugments for block sizeAlistair Popple2018-12-181-4/+8
* main: Drop unused target_select/target_selected functionsAmitay Isaacs2018-12-031-11/+1
* main: Drop unused iterators with callbacksAmitay Isaacs2018-12-031-61/+0
* main: Mark print_target staticAmitay Isaacs2018-12-031-1/+1
* main: Move device_node setting before parse_optionsAmitay Isaacs2018-12-031-3/+6
* 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
* util: Move parse_list() into a separate fileAmitay Isaacs2018-11-161-73/+1
* main: Convert target_selection() to return a booleanAmitay Isaacs2018-11-161-9/+9
* libpdbg: Make dt_root privateAlistair Popple2018-11-091-1/+1
* libpdbg: Rename property functionsAlistair Popple2018-11-091-1/+1
* pdbg/gdbserver: Add in basic skeleton for a gdbserver on p8Rashmica Gupta2018-11-021-2/+4
* regs: Allow user to opt in to backtraceAlistair Popple2018-10-151-1/+1
* pdbg: Rework backend detectionAlistair Popple2018-09-121-17/+8
* pdbg: Add getcr and putcr optionsRashmica Gupta2018-09-121-1/+5
* pdbg: Add getxer & putxer commandsRashmica Gupta2018-09-121-2/+4
* progress: No more progressJoel Stanley2018-09-071-1/+9
* main: Add P8 kernel devicetreeBenjamin Herrenschmidt2018-09-071-1/+9
* Make pdbg_target_release() recursively release a targets childrenAlistair Popple2018-08-131-34/+1
* Remove PDBG_TARGET_PENDING_RELEASE statusAlistair Popple2018-08-131-2/+1
* 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
* 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
* 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
* main: Select only the targets specified on cmdlineAmitay Isaacs2018-07-121-0/+9
* pdbg: Fix htm return codesMichael Neuling2018-07-121-1/+1
* pdbg: Use new command parsingAlistair Popple2018-06-251-48/+77
* Make -a the default for probeMichael Neuling2018-06-251-4/+0
* Remove htm_* optionsMichael Neuling2018-06-151-7/+0
* Increase max processors for sparse chip id configsMichael Neuling2018-06-151-1/+1
* Cleanup exit codeMichael Neuling2018-06-151-11/+6
* main: Print specific errors for invalid commandsAmitay Isaacs2018-06-151-1/+0
* main: Print specific errors for invalid argumentsAmitay Isaacs2018-06-151-16/+16
* main: Overhaul target selectionAmitay Isaacs2018-06-151-40/+151
* Remove "expert" modeAlistair Popple2018-05-251-28/+4
* main: Print just the command basenameMichael Neuling2018-05-241-4/+5
* main: Exit 0 when printing versionMichael Neuling2018-05-241-1/+1
* main: Fix -D optionMichael Neuling2018-05-241-1/+1
OpenPOWER on IntegriCloud