summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
...
* C99 printf() -Werror fixesduane2009-06-211-6/+10
* C99 printf() -Werror fixesduane2009-06-211-65/+65
* C99 printf() -Werror fixesduane2009-06-211-21/+21
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* C99 printf() -Werror fixesduane2009-06-211-2/+2
* C99 printf() -Werror fixesduane2009-06-211-5/+5
* C99 printf() -Werror fixesduane2009-06-211-17/+17
* C99 printf() -Werror fixesduane2009-06-211-1/+1
* C99 printf() -Werror fixesduane2009-06-211-20/+20
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* C99 printf() -Werror fixesduane2009-06-211-31/+36
* Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch2009-06-196-6/+457
* fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe2009-06-1911-21/+27
* Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch2009-06-181-1/+1
* Transform 'u64' to 'uint64_t'zwelch2009-06-181-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-1839-635/+635
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-1832-581/+581
* Transform 'u16' to 'uint16_t'zwelch2009-06-1826-82/+82
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-1856-664/+664
* David Brownell <david-b@pacbell.net>:zwelch2009-06-171-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-1/+17
* David Brownell <david-b@pacbell.net>:zwelch2009-06-161-13/+21
* Factor load_image argument parsing to parse_load_image_command_args:zwelch2009-06-131-69/+44
* Improve handle_profile_command argument parsing:zwelch2009-06-131-7/+6
* Improve handle_virt2phys_command argument parsing:zwelch2009-06-131-3/+6
* Cleanup and improve handle_wp_command and handle_rwp_command:zwelch2009-06-131-40/+57
* Improve and simplify handle_bp_command and handle_rbp_command:zwelch2009-06-131-5/+18
* Improve handle_verify_image_command_internal command argument handling:zwelch2009-06-131-1/+5
* Improve handle_dump_image_command argument parsing:zwelch2009-06-131-5/+10
* Improve handle_load_image_command argument parsing:zwelch2009-06-131-3/+13
* Improve handle_mw_command argument handling:zwelch2009-06-131-13/+21
* Improve handle_md_command argument handling:zwelch2009-06-131-3/+10
* Use parse_u32 in handle_resume_command and handle_step_command.zwelch2009-06-131-2/+10
* Cleanup and improve handle_halt_command:zwelch2009-06-131-11/+8
* Cleanup and fi handle_wait_halt_command:zwelch2009-06-131-8/+10
* Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch2009-06-131-3/+6
* Use parse_uint in get_target to ensure target id is parsed properly.zwelch2009-06-131-5/+3
* Further cleanup to MIPS target read/write memory function:zwelch2009-06-121-38/+13
* David Claffey <dnclaffey@gmail.com>:zwelch2009-06-122-10/+61
* - fix bug introduced during r1962ntfreak2009-06-111-1/+1
* fix ordering of arguments to fwrite()oharboe2009-06-111-1/+1
* Factor handle_bp_command into pieces:zwelch2009-06-111-37/+49
* Factor target_timer_callbacks_check_time into pieces:zwelch2009-06-111-30/+40
* Simplify and clean handle_virt2phys_command:zwelch2009-06-111-18/+15
* Simplify and fix target handle_rwp_command routine:zwelch2009-06-111-3/+4
* Simplify and fix handle_reset_command:zwelch2009-06-111-3/+5
* Simplify handle_resume_command:zwelch2009-06-111-12/+11
* Simplify and fix handle_step_command:zwelch2009-06-111-6/+9
* disable polling continuous polling during resetoharboe2009-06-111-0/+9
* Move the documentation for the "poll" command up withzwelch2009-06-101-2/+4
id='n528' href='#n528'>528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574