summaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* * valops.c (value_arg_coerce): Now takes param_type argument.Per Bothner1995-02-121-3/+0
* * config/sparc/tm-sun4sol2.h, dbxread.c: RenameJim Kingdon1995-02-091-12/+12
* General cleanup and simplication of disassembler interface.Stan Shebs1995-01-171-1/+3
* * hppa-tdep.c (pa_print_registers): Extract register values storedRob Savoye1994-12-301-12/+32
* * hppa-tdep.c (hppa_fix_call_dummy): Prefer import stubs overJeff Law1994-12-291-15/+54
* * hppa-tdep.c (push_dummy_frame): Refine code to determine whatJeff Law1994-12-281-4/+19
* * hppa-tdep.c (push_dummy_frame): Return type is void. ClearJeff Law1994-12-281-12/+47
* * hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support willRob Savoye1994-12-071-0/+2
* * somsolib.c (som_solib_get_got_by_pc): New function.Jeff Law1994-12-011-0/+13
* * tm-hppa.h (skip_trampoline_code): Add extern decl.Jeff Law1994-11-261-42/+48
* * hppa-tdep.c (in_solib_call_trampoline): Recognize calls throughJeff Law1994-11-251-27/+129
* * hpread.c: Include hp-symtab.h instead of hpux-symtab.h.Jeff Law1994-11-251-2/+0
* * blockframe.c (find_pc_partial_function): Inhibit mst_trampolineJeff Law1994-11-241-0/+80
* * hppa-tdep.c: Remove including sys/dir.h from a target file.Rob Savoye1994-11-161-1/+0
* * hppa-tdep.c (skip_trampoline_code): Handle shared library importJeff Law1994-11-161-0/+39
* * hppa-tdep.c (rp_saved): Handle IMPORT stubs too.Jeff Law1994-11-111-0/+1
* * hppa-tdep.c (read_unwind_info): Use "text_offset" for linkerJeff Law1994-11-081-0/+1
* * Enable backtracing from inside a SOM shared library back intoJeff Law1994-11-081-4/+9
* * hppa-tdep.c (frame_saved_pc): Mask off low two bits whenJeff Law1994-11-061-4/+22
* * hppa-tdep.c (hppa_frame_find_saved_regs): Change "frame" toJeff Law1994-11-051-19/+19
* Replace useless FRAME, FRAME_ADDR types with struct frame_info *Stan Shebs1994-11-041-48/+52
* * hppa-tdep.c: Remove include files a.out.h, ioctl.h, andRob Savoye1994-10-201-3/+0
* The point of these changes is to avoid reading the frame pointerJim Kingdon1994-10-081-2/+0
* * hppa-tdep.c (frame_saved_pc): Fix thinko in code to dig saved pcJeff Law1994-09-261-2/+2
* * Makefile.in (ALLDEPFILES): Add hpread.c.Jeff Law1994-08-191-0/+21
* * hppa-tdep.c (skip_trampoline_code): Revert incorrect changeJeff Law1994-08-191-1/+1
* * hppa-tdep.c (compare_unwind_entries): Add "const" to bothJeff Law1994-08-011-4/+4
* * hppa-tdep.c (saved_pc_after_call): If the saved PC is in aJeff Law1994-08-011-16/+135
* * Makefile.in: Add stuff to build nlmstub.Stu Grossman1994-07-231-1/+1
* * hppa-tdep.c (read_unwind_info): ELF unwind information is in theJeff Law1994-07-051-1/+1
* * hppa-tdep.c (target_read_pc, target_write_pc): Accept (andJeff Law1994-06-101-3/+5
* * hppa-tdep.c (skip_trampoline_code): Fix typo.Jeff Law1994-06-031-1/+1
* * hppa-tdep.c (read_unwind_info): Make sure elf_unwind_size andJeff Law1994-05-121-0/+5
* * hppa-tdep.c (skip_trampoline_code): Handle argument relocationJeff Law1994-05-121-3/+4
* * hppa-tdep.c (internalize_unwind_info): Delete unused indexpJeff Law1994-04-191-3/+2
* * nm-hppab.h (KERNEL_U_ADDR): Define.Jeff Law1994-04-181-2/+2
* * paread.c (compare_unwind_entries): Delete function. It's beenJeff Law1994-04-171-1/+205
* * hppa-tdep.c (hppa_fix_call_dummy): If FUN is a procedure label,Jeff Law1994-04-061-0/+14
* * hppa-tdep.c (frameless_function_invocation): If no unwindJeff Law1994-04-061-8/+18
* * hppa-tdep.c (hppa_fix_call_dummy): Use an alternate method forJeff Law1994-03-301-0/+30
* * hppa-tdep.c (skip_prologue): Do nothing if not at the beginningJeff Law1994-03-261-18/+129
* * hppa-tdep.c (skip_prologue): Return "pc" not zeroJeff Law1994-03-251-1/+1
* * tm-hppa.h (NUM_REGS): Bump to 128 registers.Jeff Law1994-03-251-13/+26
* * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.Jeff Law1994-03-231-0/+2
* * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.Jeff Law1994-03-211-2/+2
* * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file.Jeff Law1994-03-041-21/+152
* * config/pa/tm-hppa.h (unwind_table_entry): Use one of theJeff Law1994-01-181-2/+14
* * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): CallJeff Law1994-01-111-67/+370
* * target.h: Add enum target_waitkind, enum target_signal, andJim Kingdon1994-01-041-6/+7
* * dbxread.c (process_one_symbol): Handle stabs-in-som just likeJeff Law1993-12-271-18/+18