Gdbserver (original) (raw)

Property Value
dbo:abstract gdbserver is a computer program that makes it possible to remotely debug other programs. Running on the same system as the program to be debugged, it allows the GNU Debugger to connect from another system; that is, only the executable to be debugged needs to be resident on the target system ("target"), while the source code and a copy of the binary file to be debugged reside on the developer's local computer ("host"). The connection can be either TCP or a serial line. (en) gdbserver est une commande Unix permettant de déboguer à distance (debug croisé) avec le GNU Debugger. Il ne requiert que la présence de l'exécutable sur la cible, les fichiers sources restent du côté de la machine hôte utilisé par le développeur (avec tout de même une copie du binaire). (fr) gdbserver는 다른 프로그램들을 원격으로 디버깅할 수 있게 해주는 컴퓨터 프로그램이다. 이것은 디버깅되는 프로그램과 같은 시스템에서 동작하며, GNU 디버거를 다른 시스템에서 연결할 수 있게 한다; 즉 소스 코드와 바이너리 파일의 복사본 등은 개발자의 로컬 컴퓨터(호스트)에 두고, 대상 시스템에는 단지 디버그되는 실행 파일만 둘 수 있다. 이 연결은 TCP 또는 시리얼 라인을 통해 가능해 진다. (ko)
dbo:wikiPageExternalLink http://davis.lbl.gov/Manuals/GDB/gdb_17.html https://www.gnu.org/software/gdb/
dbo:wikiPageID 26166520 (xsd:integer)
dbo:wikiPageLength 2916 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1062647957 (xsd:integer)
dbo:wikiPageWikiLink dbc:Debugging dbc:Unix_programming_tools dbr:List_of_TCP_and_UDP_port_numbers dbr:Debugging dbr:GNU_Debugger dbc:GNU_Project_software dbr:KGDB dbc:Debuggers
dbp:wikiPageUsesTemplate dbt:Clarify dbt:ISBN dbt:Reflist dbt:Compu-prog-stub dbt:GNU dbt:Lowercase
dcterms:subject dbc:Debugging dbc:Unix_programming_tools dbc:GNU_Project_software dbc:Debuggers
gold:hypernym dbr:Program
rdf:type dbo:Work yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Debugger106574334 yago:Program106568978 yago:Writing106359877 yago:WrittenCommunication106349220 yago:Software106566077 yago:WikicatDebuggers
rdfs:comment gdbserver is a computer program that makes it possible to remotely debug other programs. Running on the same system as the program to be debugged, it allows the GNU Debugger to connect from another system; that is, only the executable to be debugged needs to be resident on the target system ("target"), while the source code and a copy of the binary file to be debugged reside on the developer's local computer ("host"). The connection can be either TCP or a serial line. (en) gdbserver est une commande Unix permettant de déboguer à distance (debug croisé) avec le GNU Debugger. Il ne requiert que la présence de l'exécutable sur la cible, les fichiers sources restent du côté de la machine hôte utilisé par le développeur (avec tout de même une copie du binaire). (fr) gdbserver는 다른 프로그램들을 원격으로 디버깅할 수 있게 해주는 컴퓨터 프로그램이다. 이것은 디버깅되는 프로그램과 같은 시스템에서 동작하며, GNU 디버거를 다른 시스템에서 연결할 수 있게 한다; 즉 소스 코드와 바이너리 파일의 복사본 등은 개발자의 로컬 컴퓨터(호스트)에 두고, 대상 시스템에는 단지 디버그되는 실행 파일만 둘 수 있다. 이 연결은 TCP 또는 시리얼 라인을 통해 가능해 진다. (ko)
rdfs:label Gdbserver (fr) Gdbserver (en) Gdbserver (ko)
owl:sameAs freebase:Gdbserver yago-res:Gdbserver wikidata:Gdbserver dbpedia-fr:Gdbserver dbpedia-ko:Gdbserver dbpedia-sr:Gdbserver https://global.dbpedia.org/id/2snGz
prov:wasDerivedFrom wikipedia-en:Gdbserver?oldid=1062647957&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Gdbserver
is dbo:wikiPageWikiLink of dbr:Process_control_daemon dbr:Bionic_(software) dbr:List_of_TCP_and_UDP_port_numbers dbr:GNU_Debugger dbr:Rr_(debugging)
is foaf:primaryTopic of wikipedia-en:Gdbserver