index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ETB: cleanup needless symbol exports and forward decls.
dbrownell
2009-09-29
2
-40
/
+35
*
Shrink symbols exported from arm9tdmi.c and remove a forward ref.
dbrownell
2009-09-28
1
-35
/
+38
*
When setting up an ETM, cache its ETM_CONFIG register. Then
dbrownell
2009-09-23
2
-51
/
+178
*
Start cleaning up ETM register handling. On one ARM926 ETM+ETB
dbrownell
2009-09-23
2
-167
/
+176
*
Initial ETM cleanups. Most of these are cosmetic:
dbrownell
2009-09-23
2
-83
/
+113
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
11
-63
/
+63
*
Debug message updates:
dbrownell
2009-09-20
1
-12
/
+1
*
Added CPUDBG_WCR_BASE define
mlu
2009-09-19
1
-0
/
+1
*
Avoid cache invalidation when writing to hardware debug registers
mlu
2009-09-19
1
-4
/
+19
*
Minor behavior fixes for the two JTAG reset events (C/internal,
dbrownell
2009-09-19
1
-1
/
+2
*
Move Cortex A8 debug access initialisation from omap3530.cfg to cortex_a8.c
mlu
2009-09-18
1
-28
/
+39
*
srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...
oharboe
2009-09-17
1
-1
/
+12
*
The "arm9tdmi.c" file is more of a generic ARM9 support file:
dbrownell
2009-09-17
1
-3
/
+17
*
Remove unused varables (moved to armv7a)
mlu
2009-09-16
1
-5
/
+0
*
Use a variable armv7a->debug_base instead of hardedcoded OMAP3530_DEBUG_BASE
mlu
2009-09-16
1
-28
/
+31
*
Define debug_base, debug_ap, memory_ap in armv7a_common_t
mlu
2009-09-15
1
-0
/
+7
*
Updated mode string list.
mlu
2009-09-15
1
-2
/
+2
*
Definy symbolic values for VA to PA address translation operations
mlu
2009-09-15
1
-0
/
+10
*
Check return values to avoid infinite wait in loop on error.
mlu
2009-09-14
1
-4
/
+8
*
Cache invalidation when writing to memory
mlu
2009-09-14
1
-0
/
+18
*
More CortexA8 debug register definitions.
mlu
2009-09-13
1
-0
/
+4
*
Fix argument passing in cortex_a8_write_cp.
mlu
2009-09-13
1
-2
/
+1
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-12
3
-26
/
+40
*
Nicolas Pitre <nico@cam.org> put feroceon target definition at the end so to ...
oharboe
2009-09-11
1
-86
/
+79
*
Nicolas Pitre <nico@cam.org> Dragonite support
oharboe
2009-09-11
4
-20
/
+76
*
spelling mistake
oharboe
2009-09-11
1
-2
/
+2
*
do not use dynamically sized stack arrays, not compatible with embedded OS's
oharboe
2009-09-11
1
-10
/
+24
*
registering a target event twice caused infinite loop. Same bug as in jtag/co...
oharboe
2009-09-11
1
-4
/
+9
*
Nicolas Pitre <nico@cam.org> tighten error checking in bulk_write
oharboe
2009-09-11
1
-4
/
+15
*
Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...
oharboe
2009-09-10
1
-0
/
+12
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-09
4
-4
/
+20
*
Report correct core instruction state for ARMv/A targets
mlu
2009-09-08
1
-1
/
+1
*
Load PC with bit 0 set to 1 when resuming to say in Thumb instruction state.
mlu
2009-09-08
1
-2
/
+7
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-08
1
-0
/
+86
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-08
1
-35
/
+137
*
Improved handling of instruction set state, helps for debugging Thumb state.
mlu
2009-09-07
1
-7
/
+5
*
Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...
oharboe
2009-09-04
1
-44
/
+0
*
Matt Hsu <matt@0xlab.org> This patch simply enables the halting debug mode.
oharboe
2009-09-04
1
-0
/
+7
*
more debug output for breakpoints
oharboe
2009-09-04
1
-2
/
+10
*
Matt Hsu <matt@0xlab.org> Tidy up the bit-offset operation for DSCR register
oharboe
2009-09-04
2
-6
/
+15
*
- fix a regression when using cortex_m3 emulated dcc channel
ntfreak
2009-09-01
1
-10
/
+19
*
Warning fix
duane
2009-08-31
1
-0
/
+3
*
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
2009-08-30
2
-35
/
+22
*
David Brownell <david-b@pacbell.net> fix warnings
oharboe
2009-08-28
1
-4
/
+8
*
added arm11 timeout error messages
oharboe
2009-08-28
3
-11
/
+94
*
restore ICE watchpoint registers when the *last* software breakpoint is removed
oharboe
2009-08-28
2
-3
/
+23
*
David Brownell <david-b@pacbell.net> ARM disassembly support for about five d...
oharboe
2009-08-28
1
-6
/
+345
*
arm11 hardware step using simulation + breakpoint. Use "hardware_step enable"...
oharboe
2009-08-27
1
-19
/
+28
*
arm11 single stepping wip - at least we know the next PC now
oharboe
2009-08-27
1
-0
/
+4
*
arm11 single stepping wip
oharboe
2009-08-27
1
-0
/
+101
[prev]
[next]