aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13reg_arch_type_t -> struct reg_arch_typeZachary T Welch
2009-11-13connection_t -> struct connectionZachary T Welch
2009-11-13telnet_connection_t -> struct telnet_connectionZachary T Welch
2009-11-13tcl_connection_t -> struct tcl_connectionZachary T Welch
2009-11-13service_t -> struct serviceZachary T Welch
2009-11-13telnet_service_t -> struct telnet_serviceZachary T Welch
2009-11-13gdb_service_t -> struct gdb_serviceZachary T Welch
2009-11-13gdb_connection_t -> struct gdb_connectionZachary T Welch
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11log: improve log_callback_fn signatureZachary T Welch
2009-11-10httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe
2009-11-09server: remove useless declarationsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch
2009-11-05Update all server port command to use new helper.Zachary T Welch
2009-11-05Add server port command helper function.Zachary T Welch
2009-10-13Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe
2009-10-09Stop debug session if halt failsØyvind Harboe
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe
2009-09-29handle single threadingoharboe
2009-09-29httpd smoketest infooharboe
2009-09-24When attaching GDB to OpenOCD, the target state is no longer affected.oharboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-15fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe
2009-08-21Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...oharboe
2009-07-27Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enoughoharboe
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-08typo in commentoharboe
2009-06-28A bit more log detail about connections comming and goingduane
2009-06-25- fix issue when using gdb_port cmdntfreak
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Fixes '-=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch