summaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make a bunch of functions staticSimon Marchi2019-11-261-1/+1
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-6/+6
* [gdb] Fix typos in commentsTom de Vries2019-10-171-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Convert hppa-tdep.c to type-safe registry APITom Tromey2019-05-081-10/+7
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* gdb/hppa: Use default gdbarch method default_dummy_id.Andrew Burgess2019-02-271-9/+0
* Make minimal symbol range adapter a method on objfileTom Tromey2019-01-171-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLSTom Tromey2019-01-091-13/+14
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-50/+49
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-4/+6
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Remove regcache_cooked_write_partSimon Marchi2018-05-301-8/+7
* Remove regcache_cooked_read_partSimon Marchi2018-05-301-4/+3
* Remove regcache_cooked_writeSimon Marchi2018-05-301-8/+6
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-5/+2
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-3/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify unwind_commandTom Tromey2017-09-271-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-2/+0
* -Wwrite-strings: The RestPedro Alves2017-04-051-2/+2
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-0/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-23/+0
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-8/+4
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-12/+13
* remove trivialy unused variablesTrevor Saunders2016-05-071-7/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Fix left shift of negative value.Dominik Vogt2015-11-171-4/+4
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-2/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-9/+11
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Rename in_function_epilogue_p to stack_frame_destroyed_pMartin Galvan2015-05-261-4/+7
* Remove HPUXJan Kratochvil2015-03-131-10/+33
* gdb/hppa-tdep.c: Fix logical working flow issues and check additional store i...Chen Gang2015-01-221-26/+95