aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser6-0/+49
2015-03-09target/target: call event handlers around examine when polling resumesPaul Fertser1-14/+10
2015-03-09target/cortex_m: do not leak memory on reexaminationPaul Fertser3-0/+33
2015-03-09target: fix timer callbacks processingPaul Fertser2-26/+35
2015-03-09arm11: initialise DPM and register cache before reading DSCR for the first timePaul Fertser1-6/+6
2015-03-09openrisc: add profiling functionFranck Jullien1-0/+50
2015-03-09armv7m: do not access FPU registers when not presentPaul Fertser3-4/+16
2015-03-09armv7m: add FPU registers supportPaul Fertser8-45/+137
2015-03-09target/arm_disassembler: add exception related disassemblypierre Kuo2-5/+39
2015-03-09target/cortex_a: remove dead assignmentPaul Fertser1-1/+0
2015-03-09server: tcl_notifications commandAustin Morton2-1/+105
2015-02-22Remove long-deprecated "target count" and "target number" commands.Robert P. J. Day1-64/+0
2015-02-22 cortex_m: Add Cortex-M0 identification to ROM-table display.Uwe Bonnes1-0/+12
2015-02-22Cortex A: fix extra memory read and non-word sizesChristopher Head1-238/+658
2015-02-11target/profiling: Use the correct method to access registersAndreas Fritiofson1-1/+1
2015-02-11xscale: Use the correct method to access registersAndreas Fritiofson1-2/+2
2015-02-11hla_target: Use the correct method to access registersAndreas Fritiofson1-1/+1
2015-02-11cortex_m: Use the correct method to access registersAndreas Fritiofson1-4/+10
2015-02-11nds32: Use the correct method to access registersAndreas Fritiofson2-27/+32
2015-02-11mips32: add gdb target description supportAntony Pavlov2-77/+167
2015-02-11mips32: use 'unsigned int' for CPU register indicesAntony Pavlov2-16/+15
2015-02-11armv7a: fix interpretation of MMU tableDaniel Glöckner1-29/+17
2015-02-11cortex_a: Add Cortex-A5 identificationOlivier Schonken3-0/+10
2015-02-11target/image: fix undefined behaviour when loading with GDBPaul Fertser1-0/+1
2015-02-11target: write gmon.out according to target endiannessJose de Sousa1-17/+15
2015-01-30armv4_5: Continue the change from uint32_t to uint8_t[4] for regsAndreas Fritiofson2-3/+3
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser4-6/+6
2015-01-28ARMv7-A: remove useless switch constructUwe Kleine-König1-15/+11
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein2-0/+14
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu5-19/+183
2015-01-09avoid segfaulting when attempting to set an unavailable type of breackpointSalvador Arroyo1-3/+12
2015-01-09Mac/PPC: Fix build.Jens Bauer1-1/+1
2015-01-09swd: handle various failure conditionsPaul Fertser2-26/+48
2015-01-09target: improve robustness of polling and reexaminationPaul Fertser1-1/+7
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov8-40/+0
2014-11-24mips32: fix typosAntony Pavlov2-2/+2
2014-11-03arm_adi_v5: added two CoreSight peripheral IDsPeter Lawrence1-0/+8
2014-10-06target: constify structuresSpencer Oliver16-27/+27
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser3-8/+35
2014-09-29cortex_m.c: Use two byte breakpoint for 32bit Thumb-2 requestJon Burgess1-0/+5
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson3-59/+3
2014-09-22target/arm_dpm: prevent endless loop in arm_dpm_full_context()Paul Fertser1-6/+7
2014-09-15cortex_m: Check return value from cortex_m_dcc_read.Andreas Fritiofson1-8/+13
2014-09-08target/adi_v5_swd: fix segfault when calling jtag_to_swdPaul Fertser1-0/+5
2014-08-19target async loader: add offset to debug linesAngus Gratton1-1/+4
2014-08-19mips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported on EJTAG 2.0Oleksij Rempel1-5/+9
2014-08-19mips_m4k.c: D or I breaks only if they supported.Oleksij Rempel1-21/+25
2014-08-19mips32.c: cache debug caps and support EJTAG 2.0 specific changesOleksij Rempel2-10/+16
2014-08-19mips32.c: fix IB and DB bits check for EJTAG v2.0Oleksij Rempel1-4/+9
2014-08-19mips_ejtag.c: do not set v2.6 ECR bits on v2.0 devicesOleksij Rempel1-2/+5