Age | Commit message (Expand) | Author | Files | Lines |
2009-11-13 | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 3 | -3/+3 |
2009-11-13 | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2 | -4/+11 |
2009-11-13 | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 4 | -14/+10 |
2009-11-11 | log: improve log_callback_fn signature | Zachary T Welch | 2 | -3/+3 |
2009-11-10 | httpd: fix warnings, more robust error handling, improved MIME handling | Øyvind Harboe | 1 | -6/+9 |
2009-11-09 | server: remove useless declarations | Zachary T Welch | 4 | -52/+64 |
2009-11-09 | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 4 | -11/+17 |
2009-11-05 | Update all server port command to use new helper. | Zachary T Welch | 3 | -23/+5 |
2009-11-05 | Add server port command helper function. | Zachary T Welch | 2 | -0/+23 |
2009-10-13 | Retired gdb_attach. gdb-detach event covers this functionality. | Øyvind Harboe | 1 | -66/+3 |
2009-10-12 | If halt times out, stop GDB. Allows e.g. manual reset via monitor commands. | Øyvind Harboe | 1 | -1/+4 |
2009-10-09 | Stop debug session if halt fails | Øyvind Harboe | 1 | -1/+6 |
2009-10-08 | Stop GDB when polling fails, srst assert or powerdropout is detected | Øyvind Harboe | 1 | -1/+1 |
2009-09-29 | handle single threading | oharboe | 1 | -14/+34 |
2009-09-29 | httpd smoketest info | oharboe | 1 | -4/+19 |
2009-09-24 | When attaching GDB to OpenOCD, the target state is no longer affected. | oharboe | 2 | -28/+68 |
2009-09-21 | Remove annoying end-of-line whitespace from most src/* | dbrownell | 1 | -1/+1 |
2009-09-15 | fix bug when using 32 instead of 64 bit value in callback, caught by -Wall | oharboe | 1 | -1/+1 |
2009-08-30 | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 1 | -4/+12 |
2009-08-24 | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 1 | -0/+1 |
2009-08-21 | Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm... | oharboe | 1 | -1/+1 |
2009-07-27 | Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough | oharboe | 1 | -1/+7 |
2009-07-17 | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 7 | -7/+7 |
2009-07-08 | typo in comment | oharboe | 1 | -2/+2 |
2009-06-28 | A bit more log detail about connections comming and going | duane | 1 | -0/+8 |
2009-06-25 | - fix issue when using gdb_port cmd | ntfreak | 1 | -3/+1 |
2009-06-23 | Remove whitespace at end of lines, step 2. | zwelch | 2 | -57/+57 |
2009-06-23 | - Replace '){' with ') {'. | zwelch | 1 | -6/+6 |
2009-06-23 | Remove whitespace that occurs before ')'. | zwelch | 3 | -29/+29 |
2009-06-23 | Remove whitespace that occurs after '('. | zwelch | 3 | -21/+21 |
2009-06-23 | - Fixes '[<>]' whitespace | zwelch | 3 | -17/+17 |
2009-06-23 | - Fixes '+' whitespace | zwelch | 2 | -14/+14 |
2009-06-23 | - Fixes '=' whitespace | zwelch | 4 | -31/+31 |
2009-06-23 | - Fixes '==' whitespace | zwelch | 1 | -7/+7 |
2009-06-23 | - Fixes '<<' whitespace | zwelch | 1 | -1/+1 |
2009-06-23 | - Fixes '&&' whitespace | zwelch | 1 | -3/+3 |
2009-06-23 | - Fixes '[+]=' whitespace | zwelch | 1 | -1/+1 |
2009-06-23 | - Fixes '!=' whitespace | zwelch | 2 | -9/+9 |
2009-06-23 | - Fixes '-=' whitespace | zwelch | 1 | -1/+1 |
2009-06-23 | - Replace 'for(' with 'for ('. | zwelch | 1 | -1/+1 |
2009-06-23 | - Replace 'switch(' with 'switch ('. | zwelch | 1 | -3/+3 |
2009-06-23 | - Replace 'while(' with 'while ('. | zwelch | 1 | -4/+4 |
2009-06-23 | - Replace 'if(' with 'if ('. | zwelch | 1 | -11/+11 |
2009-06-21 | C99 printf() -Werror fixes | duane | 1 | -7/+7 |
2009-06-18 | Finish transforming 'u32' to 'uint32_t'. | zwelch | 1 | -21/+21 |
2009-06-18 | Transform 'u8' to 'uint8_t' | zwelch | 1 | -11/+11 |
2009-06-17 | Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. | zwelch | 1 | -1/+1 |
2009-06-13 | David Brownell <david-b@pacbell.net>: | zwelch | 3 | -9/+9 |
2009-06-09 | Fix make maintainer-clean for out-of-tree builds. | zwelch | 1 | -1/+1 |
2009-05-31 | Add target_get_name wrapper: | zwelch | 1 | -2/+5 |