aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-09target.h: remove extern keyword and wrapZachary T Welch1-53/+72
2009-11-05target: provide container_of()David Brownell1-0/+15
2009-11-03target: require working area for physical/virtual addresses to be specifiedØyvind Harboe1-3/+5
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe1-1/+1
2009-10-21Defined target_write_memory() to be able to handle implementing breakpoints f...Øyvind Harboe1-0/+24
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe1-0/+2
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe1-2/+8
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-2/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-28Refactor code, create target_state_name()duane1-1/+9
2009-06-23Remove whitespace that occurs before ')'.zwelch1-2/+2
2009-06-23Remove whitespace that occurs after '('.zwelch1-3/+3
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-27/+27
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-4/+4
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-14/+14
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch1-3/+3
2009-05-31Final step in isolating target_type_s structure:zwelch1-157/+1
2009-05-31First step in hiding target_type_s from public interface:zwelch1-2/+7
2009-05-31Add target_examine_one wrapper:zwelch1-0/+6
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch1-0/+30
2009-05-31Add target_get_name wrapper:zwelch1-0/+11
2009-05-31Add target_step wrapper:zwelch1-0/+7
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch1-1/+11
2009-05-31Add target_bulk_write_memory wrapper:zwelch1-1/+15
2009-05-31Add wrappers for target->type->examined:zwelch1-0/+13
2009-05-31Add target_run_algorithm wrapper:zwelch1-0/+15
2009-05-31Add target_write_memory wrapper:zwelch1-0/+12
2009-05-31Add target_read_memory wrapper:zwelch1-0/+13
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch1-2/+0
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch1-3/+3
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf1-1/+1
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch1-2/+0
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch1-6/+3
2008-12-13- remove target specific variant and use target->variant memberntfreak1-33/+30
2008-11-30jtag newtap change & huge manual updateduane1-1/+1
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe1-32/+38
2008-10-14- remove build warningsntfreak1-0/+1
2008-10-13Retired old reset code according to plan.oharboe1-1/+0
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe1-2/+2
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe1-0/+4
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-9/+4
2008-09-01Removed target->reset_mode, no longer usedoharboe1-1/+0
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-7/+32
2008-08-24duan ellis target tcl work in progressoharboe1-14/+82
2008-08-13comments.oharboe1-3/+18
2008-08-06- fix target_examine declarationntfreak1-1/+1
2008-08-05Duane Ellis: fix warningsoharboe1-2/+2
2008-08-05moves handling of problems with resetting into the halted stateoharboe1-2/+2