| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debug output that could cause compile warnings. | Øyvind Harboe | 2009-10-23 | 1 | -2/+0 |
* | mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman... | Øyvind Harboe | 2009-10-23 | 1 | -7/+155 |
* | have "reg" command print cache names too | David Brownell | 2009-10-22 | 1 | -0/+2 |
* | Added target_read/write_phys_memory() fn's. mdX/mwX commands updated to suppo... | Øyvind Harboe | 2009-10-21 | 1 | -10/+65 |
* | Do not replace virt2phys with the default one if it was assigned | Yauheni Kaliuta | 2009-10-13 | 1 | -1/+0 |
* | Propagate error from assert, deassert and halt on tcl target object. | Øyvind Harboe | 2009-10-13 | 1 | -5/+9 |
* | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 2009-10-12 | 1 | -2/+37 |
* | prevent abort via polling during jtag_reset | David Brownell | 2009-10-08 | 1 | -9/+8 |
* | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 2009-10-08 | 1 | -2/+16 |
* | Remove annoying end-of-line whitespace from most src/* | dbrownell | 2009-09-21 | 1 | -1/+1 |
* | Debug message updates: | dbrownell | 2009-09-20 | 1 | -12/+1 |
* | Minor behavior fixes for the two JTAG reset events (C/internal, | dbrownell | 2009-09-19 | 1 | -1/+2 |
* | Nicolas Pitre <nico@cam.org> Dragonite support | oharboe | 2009-09-11 | 1 | -0/+2 |
* | spelling mistake | oharboe | 2009-09-11 | 1 | -2/+2 |
* | registering a target event twice caused infinite loop. Same bug as in jtag/co... | oharboe | 2009-09-11 | 1 | -4/+9 |
* | Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc... | oharboe | 2009-09-10 | 1 | -0/+12 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -33/+21 |
* | David Brownell <david-b@pacbell.net> Accomodate targets which don't support v... | oharboe | 2009-08-25 | 1 | -0/+12 |
* | Ferdinand Postema <ferdinand@postema.eu> fix warnings | oharboe | 2009-08-25 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>Fix some command helptext: | oharboe | 2009-08-19 | 1 | -4/+13 |
* | David Brownell [david-b@pacbell.net]: | ntfreak | 2009-08-18 | 1 | -10/+21 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Fix regression in "step" command introduced in 2190 | oharboe | 2009-07-06 | 1 | -2/+5 |
* | Remove extra newline from debug log message | duane | 2009-06-28 | 1 | -1/+1 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -5/+16 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -65/+65 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -130/+130 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -271/+271 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -308/+308 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -19/+19 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -23/+23 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -62/+62 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -14/+14 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -10/+10 |
* | - Fixes '-=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -13/+13 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -116/+116 |
* | Oleksandr Tymoshenko <gonzo@bluezbox.com>: | zwelch | 2009-06-21 | 1 | -1/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -45/+120 |
* | Paulius Zaleckas <paulius.zaleckas@gmail.com>: | zwelch | 2009-06-19 | 1 | -0/+2 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -99/+99 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -38/+38 |