summaryrefslogtreecommitdiff
path: root/src/target/target.h
Commit message (Expand)AuthorAgeFilesLines
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-0/+2
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-2/+8
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-2/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Refactor code, create target_state_name()duane2009-06-281-1/+9
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-27/+27
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-14/+14
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-3/+3
* Final step in isolating target_type_s structure:zwelch2009-05-311-157/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-2/+7
* Add target_examine_one wrapper:zwelch2009-05-311-0/+6
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-311-0/+30
* Add target_get_name wrapper:zwelch2009-05-311-0/+11
* Add target_step wrapper:zwelch2009-05-311-0/+7
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-311-1/+11
* Add target_bulk_write_memory wrapper:zwelch2009-05-311-1/+15
* Add wrappers for target->type->examined:zwelch2009-05-311-0/+13
* Add target_run_algorithm wrapper:zwelch2009-05-311-0/+15
* Add target_write_memory wrapper:zwelch2009-05-311-0/+12
* Add target_read_memory wrapper:zwelch2009-05-311-0/+13
* Make nvp_target_event static; remove its external declaration.zwelch2009-05-311-2/+0
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-311-3/+3
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-1/+1
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-121-2/+0
* Audit and eliminate redundant #include directives in core target files.zwelch2009-05-111-6/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-33/+30
* jtag newtap change & huge manual updateduane2008-11-301-1/+1
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-051-32/+38
* - remove build warningsntfreak2008-10-141-0/+1
* Retired old reset code according to plan.oharboe2008-10-131-1/+0
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-2/+2
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-0/+4
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-9/+4
* Removed target->reset_mode, no longer usedoharboe2008-09-011-1/+0
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-7/+32
* duan ellis target tcl work in progressoharboe2008-08-241-14/+82
* comments.oharboe2008-08-131-3/+18
* - fix target_examine declarationntfreak2008-08-061-1/+1
* Duane Ellis: fix warningsoharboe2008-08-051-2/+2
* moves handling of problems with resetting into the halted stateoharboe2008-08-051-2/+2
* retired reset run_and_init/haltoharboe2008-07-281-3/+0
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* wait 500ms for target to halt upon connect.oharboe2008-07-241-0/+1
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-2/+2
* - fix pre_resume script not being calledntfreak2008-07-081-4/+1