index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
etm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-1
/
+1
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
1
-16
/
+5
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-97
/
+97
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-31
/
+31
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-8
/
+8
2009-11-17
target: simplify register get/set ops
David Brownell
1
-8
/
+5
2009-11-16
fileio: improve API types
Zachary T Welch
1
-1
/
+1
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
1
-0
/
+1
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-2
/
+0
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-13
ETM: simplify ETM initialization code paths
David Brownell
1
-8
/
+8
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-4
/
+4
2009-11-13
target_t -> struct target
Zachary T Welch
1
-13
/
+13
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-21
/
+21
2009-11-13
image_t -> struct image
Zachary T Welch
1
-1
/
+1
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
1
-20
/
+20
2009-11-13
etb_t -> struct etb
Zachary T Welch
1
-1
/
+1
2009-11-13
arm_instruction_t -> struct arm_instruction
Zachary T Welch
1
-2
/
+2
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-4
/
+4
2009-11-13
etmv1_trace_data_t -> struct etmv1_trace_data
Zachary T Welch
1
-1
/
+1
2009-11-13
etm_capture_driver_t -> struct etm_capture_driver
Zachary T Welch
1
-3
/
+3
2009-11-13
etm_reg_t -> struct etm_reg
Zachary T Welch
1
-6
/
+6
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
1
-2
/
+2
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-2
/
+2
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-2
/
+2
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
1
-4
/
+3
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-22
/
+11
2009-11-12
ETM: start support for ETMv2+
David Brownell
1
-22
/
+120
2009-11-11
ETM: remove old mid-level ETM handle
David Brownell
1
-2
/
+1
2009-11-11
ETM: use new toplevel ETM handle
David Brownell
1
-58
/
+50
2009-11-11
ARM: start generalized base type
David Brownell
1
-14
/
+3
2009-11-11
ETM cleanup
David Brownell
1
-93
/
+109
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
1
-2
/
+1
2009-11-05
Improve ETM tracemode update command.
Zachary T Welch
1
-88
/
+84
2009-11-05
Improve etm command argument parsing.
Zachary T Welch
1
-4
/
+9
2009-10-22
ETM: rename registers, doc tweaks
David Brownell
1
-47
/
+54
2009-10-10
printf format warning fixes
David Brownell
1
-10
/
+10
2009-10-02
Minor ETB and ETM bugfixes and doc updates
dbrownell
1
-7
/
+36
2009-09-29
ETM: fix build issue on MinGW.
dbrownell
1
-20
/
+21
2009-09-23
When setting up an ETM, cache its ETM_CONFIG register. Then
dbrownell
1
-51
/
+176
2009-09-23
Start cleaning up ETM register handling. On one ARM926 ETM+ETB
dbrownell
1
-160
/
+160
2009-09-23
Initial ETM cleanups. Most of these are cosmetic:
dbrownell
1
-53
/
+94
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
1
-0
/
+12
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '=' whitespace
zwelch
1
-4
/
+4
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-1
/
+1
2009-06-21
C99 printf() -Werror fixes
duane
1
-25
/
+27
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-21
/
+21
[next]