Investigating Coredump File Truncation Issues

Investigating Coredump File Truncation Issues

This article is excerpted from the “ByteDance Infrastructure Practice” series. The “ByteDance Infrastructure Practice” series is a collection of technical content created by various technical teams and experts from ByteDance’s infrastructure department, sharing the team’s practical experiences and lessons learned during the development and evolution of infrastructure, and engaging in discussions with fellow technical colleagues. … Read more

Understanding the Debugging Tool – GDB

Understanding the Debugging Tool - GDB

Advertising Time Click the card below and give us a follow before you go! 1. Introduction to GDB GDB (GNU Debugger) is a powerful open-source debugging tool that helps developers debug programs written in languages such as C/C++. Mastering the basic usage of GDB is very beneficial for both beginners and experienced programmers. This article … Read more

Database Innovation Path of Yunhe Enmo from MogDB 6.0 Evolution

Database Innovation Path of Yunhe Enmo from MogDB 6.0 Evolution

“Behind technological innovation lies a grand historical background. The booming digital economy in China brings historical opportunities for independent innovation, with databases serving as the foundation and cornerstone of digital economic development. Yunhe Enmo seizes industrial opportunities to realize Chinese creation.” ——Gai Guoqiang, Founder and General Manager of Yunhe Enmo, Kunpeng MVP The changes in … Read more

GDB Dashboard: A Visual Tool for GDB Modules

GDB Dashboard: A Visual Tool for GDB Modules

About GDB Dashboard GDB Dashboard is a visual tool for GDB modules, developed in pure Python, providing a modular visual interface for GDB in Python. The GDB Dashboard provides a standalone single-file .gdbinit, which, among other features, enables a configurable dashboard to display the most relevant information during program execution. Its main goal is to … Read more

Modify MySQL Version Number Online Using GDB

Modify MySQL Version Number Online Using GDB

Introduction A few days ago, I saw Teacher Ye using <span>sed</span> to modify the mysqld version number, which I thought was very impressive. However, since this involves restarting the database, many environments may not allow a restart. So what should we do? Approach Previously, when we compiled mysqld, we demonstrated how to modify the version … Read more

GDB-Python: The Wizard of GDB Debugging

GDB-Python: The Wizard of GDB Debugging

Hello everyone, today I want to share a super useful debugging tool – the Python extension for GDB! As a Python developer, debugging code is an essential skill. By combining GDB with Python scripts, we can make debugging smarter and more efficient. Let’s explore this powerful debugging tool together! What is GDB-Python? GDB-Python is a … Read more

Trends in Global Embedded Technology and IoT Development

Trends in Global Embedded Technology and IoT Development

Looking back at the past year of 2016, embedded technology and the Internet of Things (IoT) have developed rapidly. On the basis of consolidating traditional applications, embedded technology is exploring emerging markets, with the IoT being one of the most extensive application markets. In this new technological revolution driven by innovation, the IoT will undoubtedly … Read more

Top 10 IoT Operating Systems You Should Know

Top 10 IoT Operating Systems You Should Know

Content Overview As the IoT industry is still in its early stages, its fragmented nature will inevitably lead to a diverse demand for software in the IoT era. No single operating system or development tool can support all devices in IoT systems, and it is unlikely that IoT operating systems will form a duopoly like … Read more

Understanding Arm: A Leader in Chip IP and IoT

Understanding Arm: A Leader in Chip IP and IoT

Source: IoT Media Author: Feiniaohuang For secondary reprints, please contact the original author Introduction Arm, a British company founded in 1978, developed through a chip IP licensing business model, thrived due to the growing demand for smartphones, and entered a new phase of development after being fully acquired by Masayoshi Son. No one would have … Read more

Global MCU Market and Technology Development Trends

Global MCU Market and Technology Development Trends

The rise of microcontrollers (MCUs) began in the 1970s in Europe and America, and the 8051 MCU was introduced in 1981. It has been 36 years since then. In terms of quantity, 8-bit MCUs remain the backbone of the MCU market, and many companies continue to design and produce MCUs based on the 8051 core. … Read more