aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-28add command private data setter/accessorZachary T Welch2-0/+31
2009-11-28add 'command mode' introspective handlerZachary T Welch1-0/+39
2009-11-28remove unknown handlerZachary T Welch2-36/+38
2009-11-28improve command handler wrapper scriptZachary T Welch2-3/+26
2009-11-28add 'command type' introspective handlerZachary T Welch1-0/+43
2009-11-28ARM11: fix warning on amd64David Brownell1-1/+4
2009-11-28ARM11: fix dbgtap JTAG_DEBUGDavid Brownell1-2/+2
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell6-38/+23
2009-11-28target: remove unused TARGET_EVENT_OLD_* symbolsDavid Brownell1-2/+0
2009-11-27Cortex-A8: support "reset-assert" eventDavid Brownell1-5/+28
2009-11-27target: groundwork for "reset-assert" eventDavid Brownell2-3/+21
2009-11-27ARM11: write_memory() avoids increment checkDavid Brownell1-9/+19
2009-11-27fix regression causing duplicated outputZachary T Welch1-13/+28
2009-11-27zy1000: keep up with new command registration stuffØyvind Harboe1-42/+46
2009-11-27update minidummy interface driver command handlingZachary T Welch1-1/+1
2009-11-27fix 'nand info' commandZachary T Welch1-5/+5
2009-11-27zy1000: keep up with changes to log_init()Øyvind Harboe1-7/+1
2009-11-27minidummy: fix compilation errorØyvind Harboe1-2/+2
2009-11-26ARM NAND I/O header documentation update.Dean Glazeski1-6/+10
2009-11-26ARM NAND I/O documentation update.Dean Glazeski1-1/+7
2009-11-26ARM NAND I/O refactor code copying.Dean Glazeski1-40/+47
2009-11-26ARM NAND I/O read function.Dean Glazeski2-1/+91
2009-11-26NAND Flash documentation update.Dean Glazeski1-1/+47
2009-11-26XScale: add stub {read,write}_phys routinesDavid Brownell1-0/+20
2009-11-26fix typos in source filesUwe Hermann3-8/+8
2009-11-26fix 'flash protect' and 'flash erase_sector'Eric Wetzel1-3/+3
2009-11-25target: create and use target_name()David Brownell5-24/+34
2009-11-25target: target_get_name() --> target_type_name()David Brownell7-17/+26
2009-11-25ARM: minor armv4/armv5 cleanupDavid Brownell1-1/+12
2009-11-25ARM: comment tweaks in ADIv5David Brownell1-2/+5
2009-11-25ARM7/9: shrink run_algorithm_inner() linesDavid Brownell1-2/+10
2009-11-25use ARRAY_SIZE macroZachary T Welch10-36/+36
2009-11-25support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch1-0/+13
2009-11-25log: improve initializationZachary T Welch3-14/+11
2009-11-25add 'testee' target typeZachary T Welch3-1/+52
2009-11-25improve command handling examplesZachary T Welch5-5/+62
2009-11-25add script_command_run helperZachary T Welch1-26/+19
2009-11-25encapsulate and re-use log capture, retval setupZachary T Welch1-49/+43
2009-11-25combine help and usage command handlersZachary T Welch1-20/+8
2009-11-24improve usage and help command outputZachary T Welch2-44/+38
2009-11-24allow scripts to update usage informationZachary T Welch2-7/+36
2009-11-24httpd: use register_commands()Zachary T Welch4-20/+51
2009-11-24add jim_handler to command_registrationZachary T Welch6-83/+146
2009-11-24refactor command_new to use command_registrationZachary T Welch1-12/+10
2009-11-24remove register_commands from etm_capture_driverZachary T Welch5-31/+17
2009-11-24remove target_type register_command callbackZachary T Welch31-149/+89
2009-11-24xscale: use register_commands()Zachary T Welch1-23/+107
2009-11-24trace: use register_commands()Zachary T Welch1-10/+29
2009-11-24target_request: use register_commands()Zachary T Welch1-8/+21
2009-11-24target: use register_commands()Zachary T Welch1-104/+201