aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo39-475/+475
2019-05-14target/esirisc_trace: change prototype of trace dump functionsPaul Fertser1-14/+14
2019-05-14target/esirisc_trace: change prototype of trace analyse functionsPaul Fertser1-36/+36
2019-05-14target: change prototype of binprint()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_bp_command_set()Paul Fertser1-9/+9
2019-05-14target: change prototype of handle_bp_command_list()Paul Fertser1-8/+8
2019-05-14target: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-05-14target/arm_adi_v5: change prototype of dap_rom_display()Paul Fertser3-34/+34
2019-05-14target/etm: change prototype of etmv1_analyze_trace()Paul Fertser1-14/+14
2019-05-14target/x86_32_common: change prototype of handle_iod_output()Paul Fertser1-3/+3
2019-05-14target/armv7a_cache_l2x: change prototype of arm7a_handle_l2x_cache_info_comm...Paul Fertser1-4/+4
2019-05-14target/armv7a: change prototype of armv7a_handle_cache_info_command()Paul Fertser4-8/+8
2019-05-14target/armv4_5_cache: change prototype of armv4_5_handle_cache_info_command()Paul Fertser5-10/+10
2019-05-14target/dsp563xx: change prototype of handle_md_output()Paul Fertser1-3/+3
2019-05-14target/armv8: change prototype of display_cache_info()Paul Fertser4-10/+10
2019-05-14target/xscale: change prototype of xscale_display_instruction()Paul Fertser1-11/+11
2019-05-14target/xscale: change prototype of xscale_verify_pointer()Paul Fertser1-14/+14
2019-05-14target/mips_m4k: change prototype of mips_m4k_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/mips32: change prototype of mips32_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/cortex_m: change prototype of cortex_m_verify_pointer()Paul Fertser1-5/+5
2019-05-14target/arm946e: change prototype of arm946e_verify_pointer()Paul Fertser1-4/+4
2019-05-14target/arm720t: change prototype of arm720t_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm966e: change prototype of arm966e_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm926ejs: change prototype of arm926ejs_verify_pointer()Paul Fertser1-3/+3
2019-05-14target/arm920t: change prototype of arm920t_verify_pointer()Paul Fertser1-7/+7
2019-05-14target_request: replace command_print() with command_output_text()Antonio Borneo1-2/+2
2019-05-14target: unify memory read/write commandsAntonio Borneo1-231/+23
2019-05-14target: use LOG_USER to print errors in eventsAntonio Borneo1-1/+6
2019-05-14target: change prototype of target_process_reset()Antonio Borneo1-5/+5
2019-05-14target/arm946e: rewrite jim_arm946e_cp15 to arm945e_handle_cp15Tomas Vanek1-38/+22
2019-05-14target: rewrite jim_target_event_list to handle_target_event_listTomas Vanek1-12/+11
2019-04-24armv7a: Improve parsing of MPIDR register to avoid error message for Cortex R5Tommy Vestermark2-13/+16
2019-04-24target/cortex_a: use extensively cortex_a_wait_dscr_bits()Antonio Borneo1-71/+39
2019-04-24target/cortex_a: check dscr before timeoutAntonio Borneo1-3/+11
2019-04-24target/cortex_a: fix waiting for target halted after stepAntonio Borneo1-0/+2
2019-04-10target/cortex_m: Implement maskisr steponly optionChristopher Head2-25/+121
2019-04-10fix for sanitizer errors in left shiftsMete Balci1-1/+1
2019-04-10target/riscv: Free registers to avoid memory leakMarc Schink1-14/+17
2019-04-10target: fix copy&paste error in cget -coreidTomas Vanek1-1/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo2-0/+2
2019-04-07target/adi_v5_swd: add "usage" field to command "swd"Antonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo6-2/+6
2019-04-07target/armv7a: simplify help description of command "l2x"Antonio Borneo1-2/+1
2019-04-07target/riscv: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-04-07target/openrisc: use coherent syntax in struct initializationAntonio Borneo1-5/+5
2019-04-07target/armv4_5: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-04-07target/arm7_9_common: use coherent syntax in struct initializationAntonio Borneo1-3/+3
2019-04-03target/arm_adi_v5: fix typoMete Balci1-1/+1
2019-04-03armv7a_mmu: Remove warning on va = paFlorian Fainelli1-2/+0
2019-04-03target/cortex_m: remove target halted check when removing a breakpointTomas Vanek1-9/+3