Age | Commit message (Expand) | Author | Files | Lines |
2019-09-09 | mgdb: amd64_winnt_supply_core_regs(): implementation and integration. | midipix | 1 | -1/+35 |
2019-09-09 | mgdb: moved {i386|amd64}_winnt_fetch_registers() where they belong. | midipix | 5 | -49/+71 |
2019-09-09 | mgdb: winnt_wait(): set waitstatus->value. | midipix | 1 | -0/+2 |
2019-09-08 | mgdb: winnt_wait(): handle event->evttype, added winnt_wait_event(). | midipix | 1 | -18/+46 |
2019-09-08 | mgdb: winnt_get_ada_task_ptid(): initial implementation and integration. | midipix | 1 | -0/+14 |
2019-09-08 | mgdb: struct winnt_process: added and integrated struct __dbg_event member. | midipix | 1 | -18/+50 |
2019-09-08 | mgdb: amd64_winnt_fetch_registers(): initial implementation and integration. | midipix | 3 | -3/+78 |
2019-09-08 | mgdb: i386_winnt_init_abi(): whitespace meditation. | midipix | 1 | -2/+1 |
2019-09-08 | mgdb: amd64_winnt_init_abi(): whitespace meditation. | midipix | 1 | -2/+1 |
2019-09-08 | mgdb: winnt_mourn_inferior(): invoke delete_inferior(). | midipix | 1 | -0/+1 |
2019-09-08 | mgdb: winnt_detach(), winnt_kill(): invoke winnt_mourn_inferior(). | midipix | 1 | -7/+9 |
2019-09-08 | mgdb: implemented winnt_mourn_inferior(), revised winnt_abandon() accordingly. | midipix | 1 | -8/+6 |
2019-09-08 | mgdb: winnt_wait(): always use the system process and thread identifiers. | midipix | 1 | -4/+1 |
2019-09-08 | mgdb: winnt_prepare(): update inferior_ptid with current pid & tid. | midipix | 1 | -0/+3 |
2019-09-08 | mgdb: added winnt_fetch_registers(), winnt_store_registers() as stubs. | midipix | 1 | -0/+23 |
2019-09-08 | mgdb: added winnt_interrupt() as stub. | midipix | 1 | -0/+7 |
2019-09-08 | mgdb: added winnt_thread_alive() as stub. | midipix | 1 | -0/+10 |
2019-09-08 | mgdb: added winnt_files_info() as stub. | midipix | 1 | -0/+6 |
2019-09-08 | mgdb: added winnt_xfer_partial() as stub. | midipix | 1 | -0/+30 |
2019-09-08 | mgdb: added winnt_pid_to_exec_file() as stub. | midipix | 1 | -0/+11 |
2019-09-08 | mgdb: dynamically allocate outbuf, suitable for executable path name. | midipix | 1 | -2/+5 |
2019-09-08 | mgdb: winnt_pid_to_str(): fix thread-id sprintf format specifier. | midipix | 1 | -1/+1 |
2019-09-08 | mgdb: removed winnt_pfd_from_pid() [--> winnt_process_record()]. | midipix | 1 | -12/+0 |
2019-09-07 | README: updated slibtool-related note. | midipix | 1 | -5/+3 |
2019-09-07 | mgdb: amd64 bits: defined amd64_winnt_frame_unwind. | midipix | 1 | -1/+2 |
2019-09-07 | project: directory layout: patches for foo are now under ./patches/foo. | midipix | 6 | -0/+0 |
2019-09-07 | mgdb: winnt_kill(): initial implementation and integration. | midipix | 1 | -6/+24 |
2019-09-07 | mgdb: winnt_create_inferior(): initial implementation and integration. | midipix | 1 | -5/+64 |
2019-09-07 | mgdb: winnt_detach(): finalize logic. | midipix | 1 | -8/+12 |
2019-09-02 | mgdb: winnt_prepare(), winnt_respond(): initial implementation and integration. | midipix | 1 | -0/+112 |
2019-09-01 | gdb-7.12: always use the bundled opcodes library. | midipix | 1 | -15/+0 |
2019-09-01 | gdb-7.12: removed the pre-chainport config.sub & config.guess bits. | midipix | 1 | -25/+0 |
2019-08-31 | mgdb: close process file descriptor upon detaching. | midipix | 1 | -0/+5 |
2019-08-31 | mgdb: winnt_detach(): fix failure test logic. | midipix | 1 | -1/+1 |
2019-08-31 | gdb: midipix-specific bits: added copyright note. | midipix | 4 | -0/+38 |
2019-08-31 | gdb: midipix-specific bits: introduced gdb/winnt-nat.c. | midipix | 1 | -0/+284 |
2019-08-31 | gdb: midipix-specific bits: updated gdb/config/i386/midipix64.mh. | midipix | 1 | -1/+1 |
2019-08-31 | gdb-7.12.midipix: updated patch. | midipix | 1 | -81/+81 |
2019-08-31 | project: gdb bits: moved patch notes to gdb.notes. | midipix | 2 | -36/+35 |
2019-08-30 | project: gdb bits: applied new directory layout (./overlay). | midipix | 5 | -102/+86 |
2019-08-30 | project: applied new directory layout (./overlay). | midipix | 3 | -259/+251 |
2019-08-30 | project: applied new directory layout (./etc and ./patches sub-directories). | midipix | 8 | -0/+0 |
2019-08-18 | binutils-2.24.51: lang_add_input_file(): remove mdso bits (no longer needed). | midipix | 1 | -22/+0 |
2019-08-17 | binutils-2.24.51: ldfile_try_open_bfd(): integrated pe_mdso_input_name(). | midipix | 1 | -20/+52 |
2019-08-17 | binutils-2.24.51: mdso targets: refined pe_mdso_input_name() integration. | midipix | 1 | -1/+3 |
2019-08-17 | binutils-2.24.51: mdso targets: added and integrated pe_mdso_input_name(). | midipix | 1 | -3/+265 |
2019-08-16 | binutils-2.24.51: mdso targets: added ld/pe-mdso.c, included in build. | midipix | 1 | -6/+9 |
2019-08-16 | binutils-2.24.51: midipix targets: defined PE_TARGET_MDSO, renamed mdso header. | midipix | 1 | -7/+11 |
2019-08-16 | binutils-2.24.51: further refactor pemdso.h, pe.em, and pep.em. | midipix | 1 | -44/+47 |
2019-08-15 | binutils-2.24.51: refactored and separated mdso and midipix target bits. | midipix | 1 | -9/+10 |