summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
* target.c: remove useless declarationsZachary T Welch2009-11-091-103/+127
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-091-33/+5
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-091-4/+4
* Overhaul time support APIZachary T Welch2009-11-091-53/+30
* target: don't swap MMU/no-MMU work areasDavid Brownell2009-11-061-16/+17
* Improve target.c command argument parsing.Zachary T Welch2009-11-051-88/+36
* target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe2009-11-051-7/+7
* target: check args to mrc/mcr.Øyvind Harboe2009-11-051-0/+24
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11
* watchpoint_add() cleanupDavid Brownell2009-11-051-1/+2
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-051-5/+33
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-031-6/+24
* Remove debug output that could cause compile warnings.Øyvind Harboe2009-10-231-2/+0
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-7/+155
* have "reg" command print cache names tooDavid Brownell2009-10-221-0/+2
* Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo...Øyvind Harboe2009-10-211-10/+65
* Do not replace virt2phys with the default one if it was assignedYauheni Kaliuta2009-10-131-1/+0
* Propagate error from assert, deassert and halt on tcl target object.Øyvind Harboe2009-10-131-5/+9
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-2/+37
* prevent abort via polling during jtag_resetDavid Brownell2009-10-081-9/+8
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-2/+16
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* Debug message updates:dbrownell2009-09-201-12/+1
* Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell2009-09-191-1/+2
* Nicolas Pitre <nico@cam.org> Dragonite supportoharboe2009-09-111-0/+2
* spelling mistakeoharboe2009-09-111-2/+2
* registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe2009-09-111-4/+9
* Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe2009-09-101-0/+12
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-33/+21
* David Brownell <david-b@pacbell.net> Accomodate targets which don't support v...oharboe2009-08-251-0/+12
* Ferdinand Postema <ferdinand@postema.eu> fix warningsoharboe2009-08-251-2/+2
* David Brownell <david-b@pacbell.net>Fix some command helptext:oharboe2009-08-191-4/+13
* David Brownell [david-b@pacbell.net]:ntfreak2009-08-181-10/+21
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Fix regression in "step" command introduced in 2190oharboe2009-07-061-2/+5
* Remove extra newline from debug log messageduane2009-06-281-1/+1
* Refactor code, create target_state_name()duane2009-06-281-5/+16
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-65/+65
* - Replace '){' with ') {'.zwelch2009-06-231-130/+130
* Remove whitespace that occurs before ')'.zwelch2009-06-231-271/+271
* Remove whitespace that occurs after '('.zwelch2009-06-231-308/+308
* - Fixes '[<>]' whitespacezwelch2009-06-231-19/+19
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-23/+23
* - Fixes '=' whitespacezwelch2009-06-231-62/+62
* - Fixes '==' whitespacezwelch2009-06-231-14/+14
* - Fixes '>>' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-3/+3
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1